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 04340d1 commit f886e40Copy full SHA for f886e40
CHANGES.md
@@ -8,12 +8,12 @@ News
8
9
* Bug Fixes
10
* Case-sensitive command parsing was completely broken and has been fixed
11
- * <Ctrl>+D now properly quits when case-sensitive command parsing is enabled
+ * ``<Ctrl>+d`` now properly quits when case-sensitive command parsing is enabled
12
* Fixed some pyperclip clipboard interaction bugs on Linux
13
* Fixed some timing bugs when running unit tests in parallel by using monkeypatch
14
* Enhancements
15
* Enhanced tab-completion of cmd2 command names to support case-insensitive completion
16
-
+
17
0.7.5
18
-----
19
@@ -57,7 +57,7 @@ News
57
* Other changes
58
* Removed pause command
59
* Added a dependency on the **pyperclip** module
60
61
0.7.3
62
63
0 commit comments