-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
split -1 in
should be accepted
#5033
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
Comments
Oh no, another shorthand?? 😄 |
yeah :/ Do you know what is the best way to manage it now ? :) |
Not really, because every util has it's own version of it. Looking at some notes I took for my own argument parser, I noted that split allows the shorthand to appear in clusters of other short arguments. |
Ah, so it works like
works like it's |
do you guys mind if I tackle this one? |
Go ahead! It might be a tricky one, but don't let that stop you :) |
This is a bit more complicated than supporting |
I'd be fine with both cases. I think this is one of those cases where we just support what we can and hope that is satisfies everyone's use case. We've already spent so much time on these features 😄 |
=>
It should be equivalent to
-a 1
The text was updated successfully, but these errors were encountered: