tarka / xcp

An extended `cp`
GNU General Public License v3.0
747 stars 24 forks source link

support for -no-target-directory #7

Closed hwchen closed 5 years ago

hwchen commented 5 years ago

add option for no-target-directory, analagous to cp's no-target-directory. Expected behavior is that when copying a directory to another directory, instead of creating a sub-folder in target, overwrite target.

hwchen commented 5 years ago

Finally back with a PR! I added a test, let me know if you need me to make any other changes.

tarka commented 5 years ago

Thanks! Merged.