mirror of
https://github.com/nushell/nushell.git
synced 2025-06-04 00:56:11 +02:00
* Allow different names for ...rest * Resolves #3945 * This change requires an explicit name for the rest argument in `WholeStreamCommand`, which is why there are so many changed files. * Remove redundant clone * Add tests