Version 1.6.0
Features
- Supports for long descriptions using
SetLongDescription()
which will only show up on--help
invoked directly on a command.
Enhancements
-
Help is now slightly more verbose. Showing more information about the parent commands on sub commands.
_example:_
$ greet-with hello to -h Usage: greet-with [options...] <greeting> to <greetee> Say a greeting to a specific persion Example: $ greet-with hello to jerry hello jerry Options: -h, --help # show help and exit Options for `greet-with`: -c, --color="blue" # color the output (red, blue, green) -h, --help # show help and exit -l, --loudly # say loudly -v, --version # show version and exit