|
@@ -6,11 +6,11 @@
|
|
|
<description>Displays help for a command</description>
|
|
|
<help>The <info>help</info> command displays help for a given command:
|
|
|
|
|
|
- <info>./symfony help list</info>
|
|
|
+ <info>./app/console help list</info>
|
|
|
|
|
|
You can also output the help as XML by using the <comment>--xml</comment> option:
|
|
|
|
|
|
- <info>./symfony help --xml list</info></help>
|
|
|
+ <info>./app/console help --xml list</info></help>
|
|
|
<aliases />
|
|
|
<arguments>
|
|
|
<argument name="command_name" is_required="0" is_array="0">
|
|
@@ -31,15 +31,15 @@
|
|
|
<description>Lists commands</description>
|
|
|
<help>The <info>list</info> command lists all commands:
|
|
|
|
|
|
- <info>./symfony list</info>
|
|
|
+ <info>./app/console list</info>
|
|
|
|
|
|
You can also display the commands for a specific namespace:
|
|
|
|
|
|
- <info>./symfony list test</info>
|
|
|
+ <info>./app/console list test</info>
|
|
|
|
|
|
You can also output the information as XML by using the <comment>--xml</comment> option:
|
|
|
|
|
|
- <info>./symfony list --xml</info></help>
|
|
|
+ <info>./app/console list --xml</info></help>
|
|
|
<aliases/>
|
|
|
<arguments>
|
|
|
<argument name="namespace" is_required="0" is_array="0">
|