mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
187b87c61c
# Description Close: #12514 # User-Facing Changes `^ls | skip 1` will raise an error ```nushell ❯ ^ls | skip 1 Error: nu:🐚:only_supports_this_input_type × Input type not supported. ╭─[entry #1:1:2] 1 │ ^ls | skip 1 · ─┬ ──┬─ · │ ╰── only list, binary or range input data is supported · ╰── input type: raw data ╰──── ``` # Tests + Formatting Sorry I can't add it because of the issue: https://github.com/nushell/nushell/issues/12558 # After Submitting Nan |
||
---|---|---|
.. | ||
mod.rs | ||
skip_.rs | ||
until.rs | ||
while_.rs |