We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb5ad5 commit 1a410e4Copy full SHA for 1a410e4
components/console/changing_default_command.rst
@@ -8,9 +8,9 @@ Changing the Default Command
8
The :method:`Symfony\\Component\\Console\\Application::setDefaultCommand`
9
method was introduced in Symfony 2.5.
10
11
-will always run the ``ListCommand`` when no command name is passed. In order to change
12
-the default command you just need to pass the command name you want to run by
13
-default to the ``setDefaultCommand`` method::
+The Console component will always run the ``ListCommand`` when no command name is
+passed. In order to change the default command you just need to pass the command
+name to the ``setDefaultCommand`` method::
14
15
namespace Acme\Console\Command;
16
0 commit comments