You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
* Fixed bug where multiline commands were having leading and ending spaces stripped. This would mess up quoted
6
6
strings that crossed multiple lines.
7
7
* Fixed a bug when appending to the clipboard where contents were in reverse order
8
+
* Fixed issue where run_pyscript failed if the script's filename had 2 or more consecutive spaces
9
+
* Fixed issue where completer function of disabled command would still run
8
10
* Enhancements
9
11
* Greatly simplified using argparse-based tab completion. The new interface is a complete overhaul that breaks
10
12
the previous way of specifying completion and choices functions. See header of [argparse_custom.py](https://github.com/python-cmd2/cmd2/blob/master/cmd2/argparse_custom.py)
0 commit comments