Closed jonsequitur closed 7 years ago
This addresses https://github.com/dotnet/cli/issues/6124.
It will prevent, for example, -p:something from being treated as an option -p with argument something if -p is not a defined option.
-p:something
-p
something
@jonsequitur, Thanks for having already signed the Contribution License Agreement. Your agreement was validated by .NET Foundation. We will now review your pull request. Thanks, .NET Foundation Pull Request Bot
This addresses https://github.com/dotnet/cli/issues/6124.
It will prevent, for example,
-p:something
from being treated as an option-p
with argumentsomething
if-p
is not a defined option.