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 8706bf9 commit 1c74503Copy full SHA for 1c74503
CHANGELOG.md
@@ -10,6 +10,8 @@
10
- Moved all string-related functions from utils.py to string_utils.py.
11
- Removed all text style Enums from ansi.py in favor of `Rich` styles.
12
- Renamed ansi.py to terminal_utils.py to reflect the functions left in it.
13
+ - Replaced `utils.Settable.get_value()` and `utils.Settable.set_value()` in favor of a Python
14
+ property called `Settable.value`.
15
16
- Enhancements
17
- Simplified the process to set a custom parser for `cmd2's` built-in commands. See
0 commit comments