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
+
1
7
## 1.3.1 (August 6, 2020)
2
8
* Bug Fixes
3
9
* 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
7
13
8
14
## 1.3.0 (August 4, 2020)
9
15
* Enhancements
You can’t perform that action at this time.
0 commit comments