help Command
The help commands outputs a list of all CLI commands when no argument is provided.
The help command can also provide information on a specific command when the command name is provided as an argument.
Usage
help <command>
Parameters
| Parameter | Description | Required? | Default Value |
|---|---|---|---|
command | Command name | ❌ | |
| placeholders | Show all available placeholders | ❌ |
Examples
Show all help options
> help
Show help for the format command
> help format
Show all available placeholders
> help placeholders