nushell/crates/nu-cli/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
..
completions Stdout/Stderr redirection (#7185) 2022-11-23 07:26:13 +13:00
menus add signature information when get help on one command (#7079) 2022-11-20 07:22:42 -06:00
commands.rs
config_files.rs Run a round of clippy --fix to fix a ton of lints (#7006) 2022-11-04 15:11:17 -05:00
eval_file.rs Change parser cwd when running a file (#7134) 2022-11-15 00:05:27 +01:00
lib.rs
nu_highlight.rs
print.rs
prompt_update.rs Split blocks and closures (#7075) 2022-11-10 21:21:49 +13:00
prompt.rs
reedline_config.rs Split blocks and closures (#7075) 2022-11-10 21:21:49 +13:00
repl.rs Limited mutable variables (#7089) 2022-11-11 19:51:08 +13:00
syntax_highlight.rs Stdout/Stderr redirection (#7185) 2022-11-23 07:26:13 +13:00
util.rs New "display_output" hook. (#6915) 2022-11-06 13:46:40 +13:00
validation.rs