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
As of v13, `commander` really hates it when there are left-over
arguments after parsing the command-line.
Yet that is precisely what we need to do in order to have "Git-style"
global options, i.e. options that come _before_ the sub-command name.
So let's tell `commander` to chill out.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
0 commit comments