Open
Description
Right now running mint -h
or mint --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 when mint help
is typed. This would be similar to what happens with the global --version
flag.