🧩 Feature request
Description
I need to move files from /dist/src to /dist. This is currently not possible with this command: fse move /dist/src /dist, because it will warn that 'dest' already exists. If I try to do it with fse move --all /dist/src /dist nothing happens.
Describe the solution you'd like
If I don't specify the option --overwrite it should move the files in dist/src to /dist like the Unix mv command does.
Describe alternatives you've considered
writing my own custom script using the native fs module
🧩 Feature request
Description
I need to move files from /dist/src to /dist. This is currently not possible with this command:
fse move /dist/src /dist, because it will warn that 'dest' already exists. If I try to do it withfse move --all /dist/src /distnothing happens.Describe the solution you'd like
If I don't specify the option --overwrite it should move the files in dist/src to /dist like the Unix mv command does.
Describe alternatives you've considered
writing my own custom script using the native fs module