Yaffs site version 1.1
[yaffs-website] / vendor / symfony / console / Tests / Fixtures / application_run2.txt
1 Usage:
2   help [options] [--] [<command_name>]
3
4 Arguments:
5   command               The command to execute
6   command_name          The command name [default: "help"]
7
8 Options:
9       --xml             To output help as XML
10       --format=FORMAT   The output format (txt, xml, json, or md) [default: "txt"]
11       --raw             To output raw command help
12   -h, --help            Display this help message
13   -q, --quiet           Do not output any message
14   -V, --version         Display this application version
15       --ansi            Force ANSI output
16       --no-ansi         Disable ANSI output
17   -n, --no-interaction  Do not ask any interactive question
18   -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
19
20 Help:
21   The help command displays help for a given command:
22   
23     php app/console help list
24   
25   You can also output the help in other formats by using the --format option:
26   
27     php app/console help --format=xml list
28   
29   To display the list of available commands, please use the list command.