nushell/crates/nu-command/tests
JT 74a73f9838
Stdout/Stderr redirection (#7185)
This adds new pipeline connectors called out> and err> which redirect either stdout or stderr to a file. You can also use out+err> (or err+out>) to redirect both streams into a file.
2022-11-23 07:26:13 +13:00
..
commands Stdout/Stderr redirection (#7185) 2022-11-23 07:26:13 +13:00
format_conversions Fix needs_quotes() in to nuon (closes #6989) (#7056) 2022-11-19 12:09:39 +01:00
main.rs Parser refactoring for improving pipelines (#7162) 2022-11-19 10:46:48 +13:00