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 wanted to see what nbgv could do and it took me 4 attempts just to show the help:
Command
Result
nbgv
error: missing command
nbgv help
error: unknown command 'help'
nbgv /?
error: unknown command '/?'
nbgv --help
the actual help
nbgv should print the help when started without arguments. Or at least say direct the user in the error message.
The help should say something like: Run 'nbgv [command] --help' for more information on a command. (It isn't really obvious that the commands accept additional arguments.)
The help could include information about how to show it (--help, -h, -? and any others I missed)
The text was updated successfully, but these errors were encountered:
I wanted to see what
nbgv
could do and it took me 4 attempts just to show the help:nbgv
error: missing command
nbgv help
error: unknown command 'help'
nbgv /?
error: unknown command '/?'
nbgv --help
nbgv
should print the help when started without arguments. Or at least say direct the user in the error message.Run 'nbgv [command] --help' for more information on a command.
(It isn't really obvious that the commands accept additional arguments.)--help
,-h
,-?
and any others I missed)The text was updated successfully, but these errors were encountered: