[Console] fixed tests

This commit is contained in:
Fabien Potencier 2010-01-15 15:56:49 +01:00
parent 6f820f63c9
commit a36a2c955b
4 changed files with 6 additions and 3 deletions

View File

@ -12,7 +12,7 @@
<info>--no-interaction</info> <info>-n</info> Do not ask any interactive question.
<comment>Available commands:</comment>
<info>help </info> Displays help for a command
<info>help </info> Displays help for a command<comment> (?)</comment>
<info>list </info> Lists commands
<comment>foo</comment>
<info>:bar </info> The foo:bar command<comment> (afoobar)</comment>

View File

@ -11,7 +11,9 @@
You can also output the help as XML by using the &lt;comment&gt;--xml&lt;/comment&gt; option:
&lt;info&gt;./symfony help --xml test:all&lt;/info&gt;</help>
<aliases/>
<aliases>
<alias>?</alias>
</aliases>
<arguments>
<argument name="command_name" is_required="0" is_array="0">
<description>The command name</description>

View File

@ -12,5 +12,5 @@ Options:
--no-interaction -n Do not ask any interactive question.
Available commands:
help Displays help for a command
help Displays help for a command (?)
list Lists commands

View File

@ -1,6 +1,7 @@
Usage:
UNKNOWN help [--xml] [-h|--help] [-q|--quiet] [-v|--verbose] [-V|--version] [-c|--color] [-n|--no-interaction] command [command_name]
Aliases: ?
Arguments:
command The command to execute
command_name The command name (default: help)