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

fix: arg parsing on windows #244

Merged
merged 1 commit into from
May 24, 2021
Merged

fix: arg parsing on windows #244

merged 1 commit into from
May 24, 2021

Conversation

adrianjost
Copy link
Contributor

Windows does ignore charachters like " when parsing CLI arguments. The result of that is, that you can not pass options to your commands, because you can not group them as a single argument on windows machines.
This PR adds a method that manipulates the args array to concat arguments that start with something like " until another argument ends with ".

close #239

@bahmutov
Copy link
Owner

Nice, let me merge this and it should be released

@bahmutov bahmutov merged commit d37318e into bahmutov:master May 24, 2021
@github-actions
Copy link

🎉 This PR is included in version 1.12.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

Command Mode not working on Windows
2 participants