$qlty help
>qlty help [subcommand]

Print help information for top-level subcommands or nested subcommands. Example output:

1Usage: qlty [OPTIONS] [COMMAND]
2
3Commands:
4 auth Manage authentication
5 cache Manage cache
6 check Run linters
7 ...
8
9Options:
10 --debug Log with more information
11 ...

Examples

Show top-level subcommands
$qlty help
Show auth subcommands
$qlty help auth

See Also