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 1f23509 commit 1aee031Copy full SHA for 1aee031
CHANGELOG.md
@@ -9,6 +9,7 @@
9
precedence even though it appeared later in the command.
10
* Fixed issue where quotes around redirection file paths were being lost in `Statement.expanded_command_line()`
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
* Enhancements
14
* Added capability to chain pipe commands and redirect their output (e.g. !ls -l | grep user | wc -l > out.txt)
15
* `pyscript` limits a command's stdout capture to the same period that redirection does.
0 commit comments