dotnet / CliCommandLineParser

A second-generation parser for the .NET Core command line tools
MIT License
111 stars 44 forks source link

don't split tokens that look like options but are not #51

Closed jonsequitur closed 7 years ago

jonsequitur commented 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.

dnfclas commented 7 years ago

@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