nushell/crates/nu-command/tests
Alex Saveau 5cbaabeeab
Fix pipeline stall in do during capture and remove excessive redirections (#7204)
Currently, if you run `do -i { sudo apt upgrade }`, stdin gets swallowed
and doesn't let you respond yes/no to the upgrade question. This PR
fixes that, but runs into https://github.com/nushell/nushell/issues/7205
so the tests fail.

Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
2023-01-25 00:24:38 -05:00
..
commands Fix pipeline stall in do during capture and remove excessive redirections (#7204) 2023-01-25 00:24:38 -05:00
format_conversions Incorrect parsing of unbalanced braces based on issue 6914 (#7621) 2023-01-24 10:05:46 +02:00
main.rs Expand Nushell's help system (#7611) 2022-12-30 17:44:37 +02:00