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
> go run . -Qq
{true}
{false}
> go run . -qQ
{false}
{true}
> go run . -Q -q
{true}
{true}
I expect true&true in each run, but results are different.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Short options are not working with IgnoreUnknown option
Stacked short options are not working with IgnoreUnknown option
Aug 17, 2023
ghost
changed the title
Stacked short options are not working with IgnoreUnknown option
Stacked short options are not working with IgnoreUnknown flag
Aug 17, 2023
ghost
changed the title
Stacked short options are not working with IgnoreUnknown flag
Multiple short options are not detected with IgnoreUnknown flag.
Nov 19, 2023
Stacked short options are not recognized after first unknown option (even with flag
IgnoreUnknown
).Following code sample:
Produces results:
I expect
true
&true
in each run, but results are different.The text was updated successfully, but these errors were encountered: