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

Inconsistent behaviour on windows with single-quotes #11

Closed
bkniffler opened this issue Aug 26, 2019 · 0 comments
Closed

Inconsistent behaviour on windows with single-quotes #11

bkniffler opened this issue Aug 26, 2019 · 0 comments

Comments

@bkniffler
Copy link

On Linux and MacOS, the following command works as expected

del-cli 'del-test/*' '!del-test/dont-delete-me'

All folders in ´del-test´ will be deleted, except for dont-delete-me. On windows however, the folder will be deleted too. When using " double quotes instead of ' single quotes, it works as expected.

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

No branches or pull requests

1 participant