Overview
Request 689399 accepted
- Update to 0.5.3:
* Removes an incorrect check when adding arguments.
* Updates usages of yaml.load to use yaml.safe_load.
* Fix issue with some scenarios (no args and --version)
* Adds support for positional arguments with the .positional helper method on ArgumentsContext.
* Removes the necessity for the type field in help.py. This information can be inferred from the class, so specifying it causes unnecessary crashes.
* Adds support for examining the result of a command after a call to invoke. The raw object, error (if any) an exit code are accessible.
* Fixes an issue with the default config directory. It use to be .cli and is now based on the CLI name.
* Adds ability to specify line width for help text display.
* Preserves logging verbosity and output format on the namespace for use by validators.
* Adds ability to set config file name.
* Fixes bug with argument deprecations.
- Switch to github archive to run tests
- Created by scarabeus_iv
- In state accepted
Request History
scarabeus_iv created request
- Update to 0.5.3:
* Removes an incorrect check when adding arguments.
* Updates usages of yaml.load to use yaml.safe_load.
* Fix issue with some scenarios (no args and --version)
* Adds support for positional arguments with the .positional helper method on ArgumentsContext.
* Removes the necessity for the type field in help.py. This information can be inferred from the class, so specifying it causes unnecessary crashes.
* Adds support for examining the result of a command after a call to invoke. The raw object, error (if any) an exit code are accessible.
* Fixes an issue with the default config directory. It use to be .cli and is now based on the CLI name.
* Adds ability to specify line width for help text display.
* Preserves logging verbosity and output format on the namespace for use by validators.
* Adds ability to set config file name.
* Fixes bug with argument deprecations.
- Switch to github archive to run tests
licensedigger accepted review
ok
factory-auto added opensuse-review-team as a reviewer
Please review sources
factory-auto accepted review
Check script succeeded
staging-bot added as a reviewer
Being evaluated by staging project "openSUSE:Factory:Staging:adi:26"
staging-bot accepted review
Picked openSUSE:Factory:Staging:adi:26
jengelh accepted review
dimstar_suse accepted review
ready to accept
dimstar_suse approved review
ready to accept
dimstar_suse accepted request
Accept to openSUSE:Factory