-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
AppSettings::AllowHyphenValues does not document what it does beyond ArgSettings::AllowHyphenValues #3450
Comments
So one case where we use |
Another case for |
The last case I identified is also about positional arguments |
I think the short case might also be about positional. If so, changing our behavior to checking the positional for |
Ideally our solution makes handling more discoverable so users don't run into problems like in #4039 (comment) |
I'm feeling fairly confident in the behavior in #4187 |
In working on #3449, I was going to make
AppSettings::AllowHyphenValues
be applied to the ArgSettings and remove checking for it at the app-level, but the parser has logic specific to the app level. This isn't documented and its unclear how intentional this is. If its to cover some cases, we should be letting users know. If we can remove it, all the better.This is split ouf of #2717
The text was updated successfully, but these errors were encountered: