diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-09-25 19:16:42 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-09-25 19:16:42 -0400 |
commit | b80f9c71fe2b51c7684489765c59be4eb7cdd50b (patch) | |
tree | 81502ce84596547ab6a7029c0a310ba1ed6a7ed8 | |
parent | 8b12ab9f01c5a2b08c72fd4d2e1aaa15b402ead4 (diff) | |
download | cmd2-git-b80f9c71fe2b51c7684489765c59be4eb7cdd50b.tar.gz |
Added bugfix about help on argparse commands
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c03a2323..e48c1d8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ * Bug Fixes * Fixed bug where ``get_all_commands`` could return non-callable attributes * Fixed bug where **alias** command was dropping quotes around arguments + * Fixed bug where running help on argparse commands didn't work if they didn't support -h * Enhancements * Added ``exit_code`` attribute of ``cmd2.Cmd`` class * Enables applications to return a non-zero exit code when exiting from ``cmdloop`` |