We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3b2e9 commit cb07ba9Copy full SHA for cb07ba9
CHANGELOG.md
@@ -23,6 +23,7 @@
23
for an example.
24
* Added `cmd2.exceptions.PassThroughException` to raise unhandled command exceptions instead of printing them.
25
* Added support for ANSI styles and newlines in tab completion results using `cmd2.Cmd.formatted_completions`.
26
+ `cmd2` provides this capability automatically if you return argparse completion matches as `CompletionItems`.
27
28
## 1.5.0 (January 31, 2021)
29
* Bug Fixes
0 commit comments