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've noticed that passing an extra argument/option to my command is an error, and this error break following options to be parsed.
But this error is silently ignored (swallow-all exceptions code added in 0af1676), and my command just run without any passed option/arguments. I would consider this as a bug.