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
Likewise, bundled options don't work i.e. instead of:
seq 1 10 | gargs -vd "echo [{}]"
one must write:
seq 1 10 | gargs -v -d "echo [{}]"
These short-option shortcuts are standard for CLI tools (on Unix at least) and in my experience most core/stdlib option parsers support them by default.
The text was updated successfully, but these errors were encountered:
I keep expecting "stuck" options to work e.g.:
Instead one has to write:
Likewise, bundled options don't work i.e. instead of:
one must write:
These short-option shortcuts are standard for CLI tools (on Unix at least) and in my experience most core/stdlib option parsers support them by default.
The text was updated successfully, but these errors were encountered: