1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-27 06:38:21 +02:00
nushell/crates/nu-command/tests/commands/move_
Mel Massadian 843d8c2242
Make default for mv safer, require -f to overwrite ()
* fix:  "saner" default for mv

fixes 

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
..
column.rs str collect => str join () 2022-09-11 11:48:27 +03:00
mod.rs Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
mv.rs Make default for mv safer, require -f to overwrite () 2022-10-29 22:16:29 +02:00