-
-
Notifications
You must be signed in to change notification settings - Fork 9
Allow omitting default values #56
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
Conversation
|
Please never put an issue number into the description of a PR. Just put the change description the PR introduces. |
| .. sphinx_argparse_cli:: | ||
| :module: parser | ||
| :func: main | ||
| :no_default_values: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's with the double negative here? Either make this not take an argument or drop the no prefix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, add a changelog entry.
|
I made the changes as requested in the above comment. I hope it is OK to introduce a new version number in the change log. Sorry for the error in the test input file. |
CHANGELOG.md
Outdated
|
|
||
| All notable changes to this project will be documented in this file. | ||
|
|
||
| ## 1.9.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a feature so should be 1.10.0 per semver rules.
|
Thank you for your review. I changed the version number in CHANGELOG.md. |
I added option
no_default_valueswith test as suggested in issue #55.