nushell/crates/nu-protocol/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
..
ast Stdout/Stderr redirection (#7185) 2022-11-23 07:26:13 +13:00
engine add signature information when get help on one command (#7079) 2022-11-20 07:22:42 -06:00
value Stdout/Stderr redirection (#7185) 2022-11-23 07:26:13 +13:00
cli_error.rs Clippy fix for Rust 1.63 (#6299) 2022-08-11 11:54:54 -05:00
config.rs Add missing legacy support for config.table_index_mode. (#7170) 2022-11-20 00:46:13 -05:00
example.rs Start support for commandline args to nu itself (#851) 2022-01-27 01:42:39 +11:00
exportable.rs Removes export env command (#6468) 2022-09-25 19:52:43 +03:00
id.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
lev_distance.rs Improve "Did you mean?" suggestions (#6579) 2022-09-20 19:46:01 -05:00
lib.rs Improve "Did you mean?" suggestions (#6579) 2022-09-20 19:46:01 -05:00
module.rs Removes export env command (#6468) 2022-09-25 19:52:43 +03:00
pipeline_data.rs Make json require string and pass around metadata (#7010) 2022-11-20 17:06:09 -08:00
shell_error.rs Improve CantFindColumn and ColumnAlreadyExists errors (#7164) 2022-11-19 09:35:55 -08:00
signature.rs add signature information when get help on one command (#7079) 2022-11-20 07:22:42 -06:00
span.rs Clippy fix for Rust 1.63 (#6299) 2022-08-11 11:54:54 -05:00
syntax_shape.rs Split blocks and closures (#7075) 2022-11-10 21:21:49 +13:00
ty.rs add signature information when get help on one command (#7079) 2022-11-20 07:22:42 -06:00
variable.rs Limited mutable variables (#7089) 2022-11-11 19:51:08 +13:00