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/Component/Console/Fixtures/application_run2.txt

27 lines
739 B
Plaintext
Raw Normal View History

2010-01-04 14:42:28 +00:00
Usage:
2010-07-01 19:19:54 +01:00
help [--xml] [-h|--help] [-q|--quiet] [-v|--verbose] [-V|--version] [-a|--ansi] [-n|--no-interaction] command [command_name]
2010-01-04 14:42:28 +00:00
2010-01-15 14:56:49 +00:00
Aliases: ?
2010-01-04 14:42:28 +00:00
Arguments:
command The command to execute
command_name The command name (default: help)
2010-01-04 14:42:28 +00:00
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.
2010-07-01 19:19:54 +01:00
--ansi (-a) Force ANSI output.
2010-01-04 14:42:28 +00:00
--no-interaction (-n) Do not ask any interactive question.
Help:
The help command displays help for a given command:
2010-01-04 14:42:28 +00:00
2010-04-17 13:57:05 +01:00
./symfony help list
2010-01-04 14:42:28 +00:00
You can also output the help as XML by using the --xml option:
2010-04-17 13:57:05 +01:00
./symfony help --xml list
2010-01-04 14:42:28 +00:00