Skip to content

Version 1.6.0

Compare
Choose a tag to compare
@jwaldrip jwaldrip released this 26 Oct 22:53
· 50 commits to master since this release

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