mirror of
https://github.com/nushell/nushell
synced 2024-12-27 21:43:09 +00:00
00b576b7f1
fixes #12361 Looking at the condition, `TRASH_SUPPORTED && (trash || (rm_always_trash && !permanent))`, this code path seems only to run when `--trash` is enabled and `--permanent` is disabled. This suggests that the `--trash` suggestion is a mistake and should have suggested `--permanent`. |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE |