We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Powershell, an arg is split like this:
-foo:bar:bar :args ("-foo:" "bar:bar")
This has breaking consequences for deps -X:foobar which is parsed as -X: foobar
deps -X:foobar
-X: foobar
The text was updated successfully, but these errors were encountered:
[#42] Powershell CLI parsing issue
76f5826
[#42] Powershell arg parse fix
a1e20e6
6074358
No branches or pull requests
In Powershell, an arg is split like this:
This has breaking consequences for
deps -X:foobar
which is parsed as-X: foobar
The text was updated successfully, but these errors were encountered: