Enhancement: Need a global --help (-h) flag to show the help information shown when the 'help` command is selected #71
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Right now running
mint -h
ormint --help
prints this error:Incorrect Usage: flag: help requested
. We need to handle these use cases properly. For that we need to define an extra global flag to handle--help
(with-h
as an alias) and print the same info whenmint help
is typed. This would be similar to what happens with the global--version
flag.The text was updated successfully, but these errors were encountered: