nushell/crates/nu-command
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
..
assets refactor html module (#5246) 2022-04-20 08:50:14 -05:00
proptest-regressions/format_conversions add tests, deal with pipes, newlines, tabs for to nuon (#6391) 2022-09-01 14:08:19 +02:00
src Make default for mv safer, require -f to overwrite (#6904) 2022-10-29 22:16:29 +02:00
tests Make default for mv safer, require -f to overwrite (#6904) 2022-10-29 22:16:29 +02:00
build.rs Fix panic when building without git (#6289) 2022-08-10 10:31:12 -05:00
Cargo.toml Move nu-test-support into dev deps on nu-command (#6940) 2022-10-29 19:39:27 +02:00
LICENSE Include license text in all crates (#5094) 2022-04-08 10:47:13 +02:00