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

fix: positional arguments now work if no handler is provided to inner command #864

Merged
merged 3 commits into from Apr 30, 2017

Conversation

bcoe
Copy link
Member

@bcoe bcoe commented Apr 30, 2017

#861 turned out to be due to an edge-case when using inner-commands with no handler; a reasonable fix seems to be to simply default handlers to a noop function when no handler is provided.

fixes #861

Benjamin Coe added 3 commits April 30, 2017 15:37
Copy link
Contributor

@addaleax addaleax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not so familiar with this code, but looks good afaict :)

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.

strict seems to overlook parameters in command strings
2 participants