You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple options may follow a hyphen delimiter in a single token if the options do not take arguments. Thus, -abc is equivalent to -a -b -c.
We have that but we're not that strict as combined "short" option can take a value. This is where you get into trouble. I think at mimimum we could check if all from -a -b -c are defined before interpreting -abc as combined. Might also be nice to have a parser option to turn this feature off completely.
version: 3.3.1
jdk: openjdk17
issues:
I use
-hwp 75
as a command, but recognize as -h 75 and -p 75.I think this may be an issue, or has other configuration to solve?
The text was updated successfully, but these errors were encountered: