dotnet / CliCommandLineParser

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

Added a parser config option to prevent unbundling #58

Closed seancpeters closed 7 years ago

seancpeters commented 7 years ago

This will prevent '-xyz' from becoming '-x -y -z' even if they're all valid options.

dnfclas commented 7 years ago

@seancpeters, 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