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 a95b8b3 commit 4bba3caCopy full SHA for 4bba3ca
CHANGELOG.md
@@ -3,8 +3,10 @@
3
* `cmd2` 2.5 supports Python 3.7+ (removed support for Python 3.6)
4
* Enhancements
5
* Removed dependency on `attrs` and replaced with [dataclasses](https://docs.python.org/3/library/dataclasses.html)
6
+ * add `allow_clipboard` initialization parameter and attribute to disable ability to
7
add output to the operating system clipboard
8
9
+
10
## 2.4.3 (January 27, 2023)
11
* Bug Fixes
12
* Fixed ValueError caused when passing `Cmd.columnize()` strings wider than `display_width`.
0 commit comments