conan help

$ conan help [-h] [command]

Show help of a specific command.

positional arguments:
  command     command

optional arguments:
  -h, --help  show this help message and exit

This command is equivalent to the --help and -h arguments

Example:

$ conan help get
> usage: conan get [-h] [-p PACKAGE] [-r REMOTE] [-raw] reference [path]
> Gets a file or list a directory of a given reference or package.

# same as
$ conan get -h