File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 1.3.2 (August 7, 2020)
2+ * Bug Fixes
3+ * Fixed ` prog ` value of subcommands added with ` as_subcommand_to() ` decorator.
4+ * Fixed missing settings in subcommand parsers created with ` as_subcommand_to() ` decorator. These settings
5+ include things like description and epilog text.
6+
17## 1.3.1 (August 6, 2020)
28* Bug Fixes
39 * Fixed issue determining whether an argparse completer function required a reference to a containing
4- CommandSet. Also resolves issues determining the correct CommandSet instance when calling the argparse
5- argument completer function. Manifested as a TypeError when using ` cmd2.Cmd.path_complete ` as a completer
6- for an argparse-based command defined in a CommandSet
10+ CommandSet. Also resolves issues determining the correct CommandSet instance when calling the argparse
11+ argument completer function. Manifested as a TypeError when using ` cmd2.Cmd.path_complete ` as a completer
12+ for an argparse-based command defined in a CommandSet
713
814## 1.3.0 (August 4, 2020)
915* Enhancements
You can’t perform that action at this time.
0 commit comments