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
Adds verification to number of args for completion cmd
The completion cmd requires at least one extra argument but it
doesn't check cobra args before switch statement, causing panic.
This commit fixes#210.
(cherry picked from commit e5c62cc)
0 commit comments