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 have a simple tool which prints a prompt and the user types commands. I am using click to parse the commands. When I type "help" I get this output. I don't want to see the "Usage" line because it is incorrect and unnecessary. I cant find what is triggering it.
> help
✓ Usage: run [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
calibrate Calibration commands
exit Exit the program
help Show help for all commands or a specific command
move Move the robot
nav Navigation commands: 'nav start stack' or 'nav kill stack'
set Set a variable to a value
show Show variable value(s).
stop Stop the robot immediately
turn Turn the robot
>
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a simple tool which prints a prompt and the user types commands. I am using click to parse the commands. When I type "help" I get this output. I don't want to see the "Usage" line because it is incorrect and unnecessary. I cant find what is triggering it.
Beta Was this translation helpful? Give feedback.
All reactions