naggie / dstask

Git powered terminal-based todo/note manager -- markdown note page per task. Single binary!
https://calbryant.uk/blog/dstask-a-taskwarrior-alternative/
MIT License
801 stars 47 forks source link

Add show-next to valid command switch statement #166

Closed dontlaugh closed 2 years ago

dontlaugh commented 2 years ago

"show-next" is parsed as a command, but was not being matched on in the main command switch statement. This caused it to fall through to our panic statement. Fix this by making it behave the same as "next" or not passing any argument at all.

Fixes #164

naggie commented 2 years ago

Thanks @dontlaugh