We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62eccda commit 47568c0Copy full SHA for 47568c0
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 1.3.1 (August 6, 2020)
2
+* Bug Fixes
3
+ * 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
7
+
8
## 1.3.0 (August 4, 2020)
9
* Enhancements
10
* Added CommandSet - Enables defining a separate loadable module of commands to register/unregister
0 commit comments