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
parser.error("you need to specify an API as the first argument\n\nSupported APIs:\n"+"\n".join(utils.get_api_list(apis)))
24
-
eliflen(prelim_args) ==1:
23
+
iflen(prelim_args) ==1:
25
24
commandlist=utils.get_command_list(apis)
26
-
parser.error("you need to specify a command name as the second argument\n\nCommands supported by the %s API:\n"%prelim_args[0] +"\n".join(commandlist))
25
+
parser.error("you need to specify a command name as the first argument\n\nCommands supported by the %s API:\n"%prelim_args[0] +"\n".join(commandlist))
0 commit comments