Skip to content

Commit 8f5107d

Browse files
committed
Added bugfix about help on argparse commands
1 parent 2d38b72 commit 8f5107d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Bug Fixes
33
* Fixed bug where ``get_all_commands`` could return non-callable attributes
44
* Fixed bug where **alias** command was dropping quotes around arguments
5+
* Fixed bug where running help on argparse commands didn't work if they didn't support -h
56
* Enhancements
67
* Added ``exit_code`` attribute of ``cmd2.Cmd`` class
78
* Enables applications to return a non-zero exit code when exiting from ``cmdloop``

0 commit comments

Comments
 (0)