nushell/crates/nu-command
Ian Manske 903afda6d9
Remove required positional arg for some file system commands (#11858)
# Description
Fixes (most of) #11796. Some filesystem commands have a required
positional argument which hinders spreading rest args. This PR removes
the required positional arg from `rm`, `open`, and `touch` to be
consistent with other filesystem commands that already only have a
single rest arg (`mkdir` and `cp`).

# User-Facing Changes
`rm`, `open`, and `touch` might no longer error when they used to, but
otherwise there should be no noticeable changes.
2024-02-15 17:25:50 +00:00
..
src Remove required positional arg for some file system commands (#11858) 2024-02-15 17:25:50 +00:00
tests Remove list of cell path support for select and reject (#11859) 2024-02-15 07:49:48 -06:00
Cargo.toml Bump which from 5.0.0 to 6.0.0 (#11832) 2024-02-15 14:43:56 +00:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00