mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-28 11:02:20 +00:00
Update changelog
This commit is contained in:
@@ -10,6 +10,14 @@
|
|||||||
* Mutexes can now include positional arguments (#11).
|
* Mutexes can now include positional arguments (#11).
|
||||||
* Added `hidden` property for arguments, options and commands,
|
* Added `hidden` property for arguments, options and commands,
|
||||||
removing them from the autogenerated usage and help strings.
|
removing them from the autogenerated usage and help strings.
|
||||||
|
* Added `:group(name, ...)` method to Parser and Command objects, allowing
|
||||||
|
custom grouping of arguments, options, and commands in autogenerated
|
||||||
|
help string.
|
||||||
|
|
||||||
|
### Improvements
|
||||||
|
|
||||||
|
* `--` can now be used as a normal option name, with arguments
|
||||||
|
after `--` always passed to it verbatim (#17).
|
||||||
|
|
||||||
## 0.5.0 (2015-12-09)
|
## 0.5.0 (2015-12-09)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user