nushell/crates/nu-engine/src
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
..
call_ext.rs Friendly error message for access beyond end (#6944) 2022-10-29 19:47:50 +02:00
column.rs Improve CantFindColumn and ColumnAlreadyExists errors (#7164) 2022-11-19 09:35:55 -08:00
documentation.rs add signature information when get help on one command (#7079) 2022-11-20 07:22:42 -06:00
env.rs Fix environment conversions (#7092) 2022-11-11 13:13:07 +13:00
eval.rs Stdout/Stderr redirection (#7185) 2022-11-23 07:26:13 +13:00
glob_from.rs Run a round of clippy --fix to fix a ton of lints (#7006) 2022-11-04 15:11:17 -05:00
lib.rs Refactor creation of $nu.scope in eval.rs (#7104) 2022-11-11 23:20:28 +01:00
scope.rs Add input-output types to $nu.scope.commands (#7105) 2022-11-12 14:26:20 -08:00