A cli plugin that prints help information on execution if the -h or --help flags are present or when a usage error occurs and skips actual execution.
-h
--help
If there's a usage error, and the help flag is not present, the usage error will also be printed and set as the command's result.
A cli plugin that prints help information on execution if the
-h
or--help
flags are present or when a usage error occurs and skips actual execution.If there's a usage error, and the help flag is not present, the usage error will also be printed and set as the command's result.