-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
🧩 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working