We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29ab89 commit 11c7174Copy full SHA for 11c7174
components/console/changing_default_behavior.rst
@@ -4,6 +4,10 @@
4
Changing the Default Behavior
5
=============================
6
7
+.. versionadded:: 2.5,
8
+ The :method:`Symfony\\Component\\Console\\Application::setDefaultCommand`
9
+ method was introduced in version 2.5
10
+
11
When building a command line tool, you may need to customize it to fit your needs.
12
Probably you want to change the Default Command that the Application runs or
13
maybe you just want to run a Single Command instead of have to pass the command
0 commit comments