Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Console] Roll back changes made to fixture files. #11536

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 1 commit 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
22 changes: 11 additions & 11 deletions src/Symfony/Component/Console/Tests/Fixtures/application_1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<usage>help [--xml] [--format="..."] [--raw] [command_name]</usage>
<description>Displays help for a command</description>
<help>The &lt;info&gt;help&lt;/info&gt; command displays help for a given command:

&lt;info&gt;php app/console help list&lt;/info&gt;

You can also output the help in other formats by using the &lt;comment&gt;--format&lt;/comment&gt; option:

&lt;info&gt;php app/console help --format=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>
Expand Down Expand Up @@ -60,19 +60,19 @@
<usage>list [--xml] [--raw] [--format="..."] [namespace]</usage>
<description>Lists commands</description>
<help>The &lt;info&gt;list&lt;/info&gt; command lists all commands:

&lt;info&gt;php app/console list&lt;/info&gt;

You can also display the commands for a specific namespace:

&lt;info&gt;php app/console list test&lt;/info&gt;

You can also output the information in other formats by using the &lt;comment&gt;--format&lt;/comment&gt; option:

&lt;info&gt;php app/console list --format=xml&lt;/info&gt;

It's also possible to get raw list of commands (useful for embedding command runner):

&lt;info&gt;php app/console list --raw&lt;/info&gt;</help>
<aliases/>
<arguments>
Expand Down
22 changes: 11 additions & 11 deletions src/Symfony/Component/Console/Tests/Fixtures/application_2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<usage>help [--xml] [--format="..."] [--raw] [command_name]</usage>
<description>Displays help for a command</description>
<help>The &lt;info&gt;help&lt;/info&gt; command displays help for a given command:

&lt;info&gt;php app/console help list&lt;/info&gt;

You can also output the help in other formats by using the &lt;comment&gt;--format&lt;/comment&gt; option:

&lt;info&gt;php app/console help --format=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>
Expand Down Expand Up @@ -60,19 +60,19 @@
<usage>list [--xml] [--raw] [--format="..."] [namespace]</usage>
<description>Lists commands</description>
<help>The &lt;info&gt;list&lt;/info&gt; command lists all commands:

&lt;info&gt;php app/console list&lt;/info&gt;

You can also display the commands for a specific namespace:

&lt;info&gt;php app/console list test&lt;/info&gt;

You can also output the information in other formats by using the &lt;comment&gt;--format&lt;/comment&gt; option:

&lt;info&gt;php app/console list --format=xml&lt;/info&gt;

It's also possible to get raw list of commands (useful for embedding command runner):

&lt;info&gt;php app/console list --raw&lt;/info&gt;</help>
<aliases/>
<arguments>
Expand Down