mirror of
https://github.com/nushell/nushell.git
synced 2025-04-23 12:48:22 +02:00
It was too error prone when positional arguments were used with the rest arguments. Now, you need to explicitly state from which position you want to count the rest args (e.g., `rest(0)`). |
||
---|---|---|
.. | ||
command.rs | ||
mod.rs | ||
strip.rs |