Skip to content

Move files from nested folder to parent #17

@mslourens

Description

@mslourens

🧩 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions