nushell/crates/nu-command/src/platform
Andrej Kolchin 697dee6750
Change input list to return null (#10913)
Now the `input list` command, when nothing is selected, will return a
null instead of empty string or an empty list.

Resolves #10909.


# User-Facing Changes

`input list` now returns a `null` when nothing is selected.
2023-11-02 19:57:06 +01:00
..
ansi Move ansi link from extra to default feature, close #10792 (#10801) 2023-10-21 11:04:37 -05:00
input Change input list to return null (#10913) 2023-11-02 19:57:06 +01:00
clear.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
dir_info.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
du.rs Allow filesystem commands to access files with glob metachars in name (#10694) 2023-10-18 13:31:15 -05:00
kill.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
mod.rs implement whoami using uutils (#10488) 2023-10-25 09:53:52 -05:00
sleep.rs return error when user break sleep by ctrl-c (#10234) 2023-09-05 09:21:30 -05:00
term_size.rs Create Record type (#10103) 2023-08-25 07:50:29 +12:00
whoami.rs implement whoami using uutils (#10488) 2023-10-25 09:53:52 -05:00