This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/tests/Symfony/Tests/Components/Console/Fixtures/application_run2.txt
2010-07-01 20:19:54 +02:00

27 lines
739 B
Plaintext

Usage:
help [--xml] [-h|--help] [-q|--quiet] [-v|--verbose] [-V|--version] [-a|--ansi] [-n|--no-interaction] command [command_name]
Aliases: ?
Arguments:
command The command to execute
command_name The command name (default: help)
Options:
--xml To output help as XML
--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 (-a) Force ANSI output.
--no-interaction (-n) Do not ask any interactive question.
Help:
The help command displays help for a given command:
./symfony help list
You can also output the help as XML by using the --xml option:
./symfony help --xml list