Skip to content

[i5669][Console] Adding a note about the list command in the help command #5725

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/Symfony/Component/Console/Command/HelpCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ protected function configure()
You can also output the help as XML by using the <comment>--xml</comment> option:

<info>php %command.full_name% --xml list</info>

To display the list of available commands, please use the <info>list</info> command.
EOF
)
;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@

You can also output the help as XML by using the &lt;comment&gt;--xml&lt;/comment&gt; option:

&lt;info&gt;php app/console help --xml list&lt;/info&gt;</help>
&lt;info&gt;php app/console help --xml list&lt;/info&gt;

To display the list of available commands, please use the &lt;info&gt;list&lt;/info&gt; command.</help>
<aliases />
<arguments>
<argument name="command_name" is_required="0" is_array="0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ Help:
You can also output the help as XML by using the --xml option:

php app/console help --xml list

To display the list of available commands, please use the list command.