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/fixtures/Symfony/Components/Console/application_run2.txt

27 lines
755 B
Plaintext
Raw Normal View History

2010-01-04 14:42:28 +00:00
Usage:
help [--xml] [-h|--help] [-q|--quiet] [-v|--verbose] [-V|--version] [-c|--color] [-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.
--color (-c) Force ANSI color output.
--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
./symfony help test:all
You can also output the help as XML by using the --xml option:
./symfony help --xml test:all