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

Fixed issue where argument parsers for overridden commands were not being created. #1384

Merged
merged 4 commits into from
Nov 22, 2024

Conversation

kmvanbrunt
Copy link
Member

@kmvanbrunt kmvanbrunt commented Nov 22, 2024

Fixes #1383

Also fixed issue where Cmd.ppaged() was not writing to the passed in destination.

@kmvanbrunt kmvanbrunt added this to the 2.5.7 milestone Nov 22, 2024
tleonhardt
tleonhardt previously approved these changes Nov 22, 2024
@kmvanbrunt kmvanbrunt merged commit d35aff2 into master Nov 22, 2024
46 checks passed
@kmvanbrunt kmvanbrunt deleted the fix_command_parsers branch November 22, 2024 19:07
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.

In v2.5.0 if you override do_help() and don't use the @with_argparser decorator you get an error
2 participants