1234567891011121314151617 |
- Console Tool
- Usage:
- [options] command [arguments]
- Options:
- --help -h Display this help message.
- --quiet -q Do not output any message.
- --verbose -v Increase verbosity of messages.
- --version -V Display this program version.
- --ansi Force ANSI output.
- --no-ansi Disable ANSI output.
- --no-interaction -n Do not ask any interactive question.
- Available commands:
- help Displays help for a command
- list Lists commands
|