USAGE:
    myapp [OPTIONS] <COMMAND>

EXAMPLES:
    myapp dog --name Rufus --age 12 --good-boy
    myapp horse --name Brutus

OPTIONS:
    -h, --help       Prints help information
    -v, --version    Prints version information

COMMANDS:
    dog <AGE>    The dog command
    horse        The horse command