-
Notifications
You must be signed in to change notification settings - Fork 30
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
Option that allows additional parameters #54
Comments
Check out https://github.com/j-maly/CommandLineParser/wiki/Command-line-format If you want to allow unkown arguments starting with - or --, this is not supported. |
Can i do it myself and make pull request?
|
Sounds interesting, sure, I am happy to accept pull requests |
Maybe that should be done in
Such that LookupArgument() should return a new instance of an Argument derived type if no argument is found ? |
The existing option
AdditionalArgumentsSettings.AcceptAdditionalArguments = true
throws an exception UnknownArgumentException if a not defined parameter passed.
I need an option to allow unknown arguments.
The text was updated successfully, but these errors were encountered: