Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cp: --no-clobber and -n do not work #97

Open
tituomin opened this issue Aug 31, 2016 · 1 comment
Open

cp: --no-clobber and -n do not work #97

tituomin opened this issue Aug 31, 2016 · 1 comment

Comments

@tituomin
Copy link

Vorpal returns { yyy: false } for any options of the form --no-yyy. This results in --no-clobber not working for cp. The tests do not catch this because they don't test the vorpal command line argument parsing, but use already parsed options instead.

tituomin added a commit to tituomin/cash that referenced this issue Aug 31, 2016
--no-clobber results in options.clobber being
false.

Fixes dthree#97.
@lunsdorf
Copy link

I ran into this issue and found the following workaround: cp --clobber=false ... maybe this helps others until this is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants