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
The dispatcher existed solely to route to a single subcommand, forcing
every invocation, doc, and test script to spell "kbox image" for no
disambiguation value. Collapse the wrapper and let kbox [OPTIONS] --
COMMAND run directly. Also fix a latent issue where a positional
command after -- would override -c, and add unit tests for the
positional and -c+extras paths.
Change-Id: I3a927bb58163fc7528973e791b810ce6dc426fc2
0 commit comments