We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594bb56 commit 96f589bCopy full SHA for 96f589b
CHANGELOG.md
@@ -5,7 +5,7 @@
5
* Renamed `install_command_set()` and `uninstall_command_set()` to `register_command_set()` and
6
`unregister_command_set()` for better name consistency.
7
* Bug Fixes
8
- * Fixed help formatting bug in `Cmd2ArgumentParser` when `nargs` > 1 and `metavar` is a tuple
+ * Fixed help formatting bug in `Cmd2ArgumentParser` when `metavar` is a tuple
9
* Added explicit testing against python 3.5.2 for Ubuntu 16.04, and 3.5.3 for Debian 9
10
* Added fallback definition of typing.Deque (taken from 3.5.4)
11
* Removed explicit type hints that fail due to a bug in 3.5.2 favoring comment-based hints instead
0 commit comments