mirror of
https://github.com/nushell/nushell.git
synced 2025-06-07 02:26:52 +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)`).