We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a2882 commit 79044eeCopy full SHA for 79044ee
CHANGELOG.md
@@ -7,6 +7,9 @@
7
* `ansi.style()` `fg` argument can now either be of type `str` or `ansi.fg`
8
* `ansi.style()` `bg` argument can now either be of type `str` or `ansi.bg`
9
* This supports IDE auto-completion of color names
10
+ * The enums also support
11
+ * `f-strings` and `format()` calls (e.g. `"{}hello{}".format(fg.blue, fg.reset)`)
12
+ * string concatenation (e.g. `fg.blue + "hello" + fg.reset`)
13
* Breaking changes
14
* Renamed `locals_in_py` attribute of `cmd2.Cmd` to `self_in_py`
15
* The following public attributes of `cmd2.Cmd` are no longer settable at runtime by default:
0 commit comments