Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add show-next to valid command switch statement #166

Merged
merged 1 commit into from
Mar 14, 2022

Conversation

dontlaugh
Copy link
Contributor

"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

"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.
@naggie naggie merged commit 860ccb1 into naggie:master Mar 14, 2022
@naggie
Copy link
Owner

naggie commented Mar 14, 2022

Thanks @dontlaugh

@dontlaugh dontlaugh deleted the 164_fix_panic branch March 20, 2022 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Panic on dstask show-next
2 participants