Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions blog/2022-11-08-nushell-0.71.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ let-env config {

# Breaking changes

- New `--force (-f)` flag for the `mv` command. This change alters `mv` default behavior and prevents overwritting existing file (You can use `alias mv = mv -f` in you config to get the old defaults back). ([#6904](https://github.com/nushell/nushell/pull/6904))


# Next Steps

Expand Down