nushell/crates/nu-command/src/platform
Wind fd7eef1499
refactor: move du from platform to filesystem (#11852)
# Description
`du` command shouldn't belong to `platform`, so I think we should move
it to `filesystem` directory
2024-02-15 06:55:21 +08:00
..
ansi allow ansi strip to work better on other nushell values (#11781) 2024-02-07 16:28:40 -06:00
input Allow specifying a cellpath in input list to get the value to display (#11748) 2024-02-08 07:21:47 +08:00
clear.rs Simplify clear implementation (#11273) 2023-12-09 15:24:19 -06:00
dir_info.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
is_terminal.rs Fix incorrect handling of boolean flags for builtin commands (#11492) 2024-01-11 17:19:48 +02:00
kill.rs Fix incorrect handling of boolean flags for builtin commands (#11492) 2024-01-11 17:19:48 +02:00
mod.rs refactor: move du from platform to filesystem (#11852) 2024-02-15 06:55:21 +08:00
sleep.rs Enforce required, optional, and rest positional arguments start with an uppercase and end with a period. (#11285) 2023-12-15 14:32:37 +08:00
term_size.rs Create Record type (#10103) 2023-08-25 07:50:29 +12:00
ulimit.rs adjust some commansd input_output type (#11436) 2024-01-15 16:58:26 +08:00
whoami.rs Convert Shellerror::GenericError to named fields (#11230) 2023-12-07 00:40:03 +01:00