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
Many sub-command programs also have a sub-commmand 'help' to get a little guidance with the commands (usually a list of known commands). It's a bit more helpful than throwing a usage error what it currently answers:
It's not that strange that people will try ros-get help imho. Ideal is that it outputs something similar to what ros-get --help does (can't try that now, so not sure what it prints exactly, but a list of available commands goes a long way). At the very least, it could print "Sorry, no help topic available, try 'ros-get --help' instead" which is better than producing an error.
These programs also have help <topic> as command for more elaborate help. git jumps to the git-<topic> man-page at my system, svn and hg have elaborate topic pages as online documentation (and less man-pages.)
I think it's a bit early to support topics of help now, unless it's easy to reroute it to ros-get <topic> --help in some way. Maybe some relevant pieces of the manual could be used here eventually?
Many sub-command programs also have a sub-commmand 'help' to get a little guidance with the commands (usually a list of known commands). It's a bit more helpful than throwing a usage error what it currently answers:
The text was updated successfully, but these errors were encountered: