-
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
Support for options like -std=foo #23
Comments
After studying your code a bit I think this could be done by also scanning short flags for an |
This looks like a good idea since GCC supports it as is. I'll take a look at implementation, maybe this weekend. Some notable behavior cases with GCC:
That seems to imply that support |
Looks like that last hypothesis regarding |
Hi,
I would like to know if argagg could implement support for short options with =value syntax, like -std=c++11 of GCC and Clang
The text was updated successfully, but these errors were encountered: