Rajout de doctrine/orm
[zf2.biz/galerie.git] / vendor / symfony / console / Symfony / Component / Console / Tests / Fixtures / application_run2.txt
1 Usage:
2  help [--xml] [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  --help (-h)           Display this help message.
11  --quiet (-q)          Do not output any message.
12  --verbose (-v)        Increase verbosity of messages.
13  --version (-V)        Display this application version.
14  --ansi                Force ANSI output.
15  --no-ansi             Disable ANSI output.
16  --no-interaction (-n) Do not ask any interactive question.
17
18 Help:
19  The help command displays help for a given command:
20  
21    php app/console help list
22  
23  You can also output the help as XML by using the --xml option:
24  
25    php app/console help --xml list
26