Closed cgardner closed 3 years ago
I found out that creating a task with a template and notes doesn't add the notes passed in from the command line.
dstask add "Test Task" template:123 / This should be a note
I could see this as acceptable if the template has default note, but it's for all templates.
Ah yes, quite right. Please go ahead and if it if you have time, with a unit test in cmdline_test.go
cmdline_test.go
I found out that creating a task with a template and notes doesn't add the notes passed in from the command line.
I could see this as acceptable if the template has default note, but it's for all templates.