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 5845d9a commit 04d9adbCopy full SHA for 04d9adb
CHANGELOG.md
@@ -16,6 +16,8 @@ time reading the [rich documentation](https://rich.readthedocs.io/).
16
[rich_tables.py](https://github.com/python-cmd2/cmd2/blob/main/examples/rich_tables.py)
17
example for more info)
18
- Moved all string-related functions from `utils.py` to a new `string_utils.py` module
19
+ - Removed redundant `string` from some of the names so `quote_string` is now just
20
+ `quote` and `quote_string_if_needed` is now `quote_if_needed`
21
- Consolidated all string styling functions from `ansi.py` into `string_utils.py`
22
- Replaced all text style enums from `ansi.py` with modern `rich` styles
23
- Renamed `ansi.py` to `terminal_utils.py` to better reflect its purpose
0 commit comments