-
Notifications
You must be signed in to change notification settings - Fork 28
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
Allow -long_name
#17
Comments
Would the idea be that you can configure the parser just prior to parsing to either parse for short option groups or ignore short option groups and treat multi-character options as long options? |
yes, this is exactly what I mean: the approach of grouping short options is popular but an alternative practice of using long options with a single dash is also popular enough. |
XCode puts some default arguments, which breaks the argument parser Either a option to filter them or some sort of compatibility mode would be helpfull |
Merging with #23. |
Actually reopening this after #23 (comment) |
Is it possible to allow long names with a single dash?
e.g.
-log=errors-only
obviously, short opt-s grouping should be disabled in this case
The text was updated successfully, but these errors were encountered: