diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-09-30 20:57:02 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-09-30 20:57:52 -0400 |
commit | 457ee75d83e35c5dae397b8c001b74600e286eac (patch) | |
tree | c7191a4de75b13e9ee074770838aa32a5ca0b3c8 /CHANGELOG.md | |
parent | ad646aa05031121db825cb9a963452b7327f7bc7 (diff) | |
download | cmd2-git-457ee75d83e35c5dae397b8c001b74600e286eac.tar.gz |
Fixed issue where instantiating more than one cmd2-based class which uses the @as_subcommand_toduplicate_subcommand
decorator resulted in duplicated help text in the base command the subcommands belong to.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e2ada12f..1b41df31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ * Bug Fixes * Fixed issue where quoted redirectors and terminators in aliases and macros were not being restored when read from a startup script. + * Fixed issue where instantiating more than one cmd2-based class which uses the `@as_subcommand_to` + decorator resulted in duplicated help text in the base command the subcommands belong to. ## 1.3.10 (September 17, 2020) * Enhancements |