mirror of
https://github.com/nushell/nushell.git
synced 2025-05-27 18:11:19 +00: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)`).