nushell/crates/nu-protocol/src/value
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
..
custom_value.rs SQLite overhaul: custom value, query db command (#5247) 2022-04-20 16:58:21 +12:00
from_value.rs Split blocks and closures (#7075) 2022-11-10 21:21:49 +13:00
from.rs filesize conversion (#5770) 2022-06-13 14:44:32 -05:00
mod.rs Improve CantFindColumn and ColumnAlreadyExists errors (#7164) 2022-11-19 09:35:55 -08:00
range.rs Support range in str substring (#6867) 2022-10-23 11:42:17 +02:00
stream.rs Stdout/Stderr redirection (#7185) 2022-11-23 07:26:13 +13:00
unit.rs Remove month and year duration constants (#6613) 2022-09-26 09:55:13 +13:00