nushell/crates/nu-command/src/strings
WindSoilder e72a4116ec
adjust some commansd input_output type (#11436)
# Description
1. Make table to be a subtype of `list<any>`, so some input_output_types
of filter commands are unnecessary
2. Change some commands which accept an input type, but generates
different output types. In this case, delete duplicate entry, and change
relative output type to `<any>`

Yeah it makes some commands more permissive, but I think it's better to
run into strange issue that why my script runs to failed during parse
time.

Fixes  #11193

# User-Facing Changes
NaN

# Tests + Formatting
NaN

# After Submitting
NaN
2024-01-15 16:58:26 +08:00
..
encode_decode adjust some commansd input_output type (#11436) 2024-01-15 16:58:26 +08:00
format Fix incorrect handling of boolean flags for builtin commands (#11492) 2024-01-11 17:19:48 +02:00
split Fix incorrect handling of boolean flags for builtin commands (#11492) 2024-01-11 17:19:48 +02:00
str_ Apply nightly clippy fixes (#11508) 2024-01-15 10:52:16 +08:00
char_.rs adjust some commansd input_output type (#11436) 2024-01-15 16:58:26 +08:00
detect_columns.rs Fix incorrect handling of boolean flags for builtin commands (#11492) 2024-01-11 17:19:48 +02:00
mod.rs Fix incorrect handling of boolean flags for builtin commands (#11492) 2024-01-11 17:19:48 +02:00
parse.rs Apply nightly clippy fixes (#11508) 2024-01-15 10:52:16 +08:00