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 85dbe03 commit 547d4b8Copy full SHA for 547d4b8
CHANGELOG.md
@@ -11,7 +11,8 @@
11
* Fixed a bug in how line numbers were calculated for transcript testing
12
* Fixed issue where `_cmdloop()` suppressed exceptions by returning from within its `finally` code
13
* Fixed UnsupportedOperation on fileno error when a shell command was one of the commands run while generating
14
- a transcript
+ a transcript
15
+ * Fixed bug where history was displaying expanded multiline commands when -x was not specified
16
* Enhancements
17
* Added capability to chain pipe commands and redirect their output (e.g. !ls -l | grep user | wc -l > out.txt)
18
* `pyscript` limits a command's stdout capture to the same period that redirection does.
0 commit comments