Skip to content

Commit 11c7174

Browse files
committed
Added the version number where the setDefaultCommand was introduced
1 parent b29ab89 commit 11c7174

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/console/changing_default_behavior.rst

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
Changing the Default Behavior
55
=============================
66

7+
.. versionadded:: 2.5,
8+
The :method:`Symfony\\Component\\Console\\Application::setDefaultCommand`
9+
method was introduced in version 2.5
10+
711
When building a command line tool, you may need to customize it to fit your needs.
812
Probably you want to change the Default Command that the Application runs or
913
maybe you just want to run a Single Command instead of have to pass the command

0 commit comments

Comments
 (0)