nushell/crates/nu-command/tests
Mel Massadian 843d8c2242
Make default for mv safer, require -f to overwrite (#6904)
* fix:  "saner" default for mv

fixes #6747

As highlighted in the issue, the default behavior of nu currently
is to overwrite the destination file without notice.
This is not a "standard" expectation users that want this behavior
can create a dedicated alias.

* fix: 📝 edit the comment

* fix:  updated the tests

* fix: 🚧 use --force for case test
2022-10-29 22:16:29 +02:00
..
commands Make default for mv safer, require -f to overwrite (#6904) 2022-10-29 22:16:29 +02:00
format_conversions Further edits to help messages (#6913) 2022-10-26 09:36:42 -07:00
main.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00