jpeddicord / askalono

A tool & library to detect open source licenses from texts
Apache License 2.0
256 stars 25 forks source link

Check --help text on CLI #34

Closed jpeddicord closed 5 years ago

jpeddicord commented 5 years ago
❯ askalono --help
askalono 0.3.0
Jacob Peddicord <peddicor@amazon.com>
a tool to detect the contents of license files

USAGE:
    askalono [OPTIONS] <SUBCOMMAND>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -c, --cache <cache>
        --format <format>    output type: text (default), json [possible values: text, json]

SUBCOMMANDS:
    cache       a tool to detect the contents of license files
    crawl       a tool to detect the contents of license files
    help        Prints this message or the help of the given subcommand(s)
    identify    a tool to detect the contents of license files

wrong!