-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New Feature: Change the Default Command in the Console component #3426
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
Changes from 1 commit
b29ab89
11c7174
60e2b3e
af9eac4
730985f
012456d
c23f34e
5e97202
c1b2aad
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,10 @@ | |
Changing the Default Behavior | ||
============================= | ||
|
||
.. versionadded:: 2.5, | ||
The :method:`Symfony\\Component\\Console\\Application::setDefaultCommand` | ||
method was introduced in version 2.5 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This does aply to the section started on line 16, not to the hole article, does it? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes true! will move it to the right section |
||
|
||
When building a command line tool, you may need to customize it to fit your needs. | ||
Probably you want to change the Default Command that the Application runs or | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. default command (lowercased) |
||
maybe you just want to run a Single Command instead of have to pass the command | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. single command (lowercased) |
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This title does not describe what the doc is about (default behavior of what ? Any doc about extending a part of Symfony could use this title)