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 c2890a4 commit e21d11dCopy full SHA for e21d11d
CHANGELOG.md
@@ -10,6 +10,8 @@
10
* Added **-v**, **--verbose** flag
11
* display history and include expanded commands if they differ from the typed command
12
* Added ``matches_sort_key`` to override the default way tab completion matches are sorted
13
+ * Added ``StdSim.pause_storage`` member which when True will cause ``StdSim`` to not save the output sent to it.
14
+ See documentation for ``CommandResult`` in ``pyscript_bridge.py`` for reasons pausing the storage can be useful.
15
* Potentially breaking changes
16
* Made ``cmd2_app`` a positional and required argument of ``AutoCompleter`` since certain functionality now
17
requires that it can't be ``None``.
0 commit comments