Closed dontlaugh closed 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
Thanks @dontlaugh
"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