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
I stumbled across this when I tried to implement an increasing verbosity level switch that can be specified multiple times to increase it. Like -vvv for "extreme verbosity". It's possible when specifying it multiple times separately, as in -v -v -v, but could be improved with short switch chaining as well.
There should be an option to allow chaining of short switches.
e.g. passing
-ab
would be equivalent to-a -b
The text was updated successfully, but these errors were encountered: