Commit 6db5f23
committed
feature #3426 New Feature: Change the Default Command in the Console component (danielcsgomes)
This PR was merged into the master branch.
Discussion
----------
New Feature: Change the Default Command in the Console component
| Q | A
| ------------- | ---
| Doc fix? | no
| New docs? | yes (symfony/symfony#9776)
| Applies to | 2.5+
| Fixed tickets |
I followed the suggestion from @wouterj in IRC on changing the `single_command_tool` and added the documentation for the new feature there.
Commits
-------
c1b2aad Applied suggestions from Ryan
5e97202 Applyed suggestions from @fabpot and @stof
c23f34e Applied some suggestions
012456d Moved `versionadded` to the right section
730985f Updated references to the new document
af9eac4 Changed the code to remove references to Symfony Framework since it's the standalone component
60e2b3e Added the delete document to avoid broken urls and added a notice that the document was moved to another location
11c7174 Added the version number where the setDefaultCommand was introduced
b29ab89 Documented the Change the Default Command in the Console componentFile tree
Expand file treeCollapse file tree
5 files changed
+71
-1
lines changedOpen diff view settings
Filter options
- components
- console
Expand file treeCollapse file tree
5 files changed
+71
-1
lines changedOpen diff view settings
Collapse file
components/console/changing_default_command.rst
Copy file name to clipboard+67Lines changed: 67 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
Collapse file
components/console/index.rst
Copy file name to clipboardExpand all lines: components/console/index.rst+1Lines changed: 1 addition & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
| 9 | + |
9 | 10 | |
10 | 11 | |
11 | 12 | |
Collapse file
components/console/introduction.rst
Copy file name to clipboardExpand all lines: components/console/introduction.rst+1Lines changed: 1 addition & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
526 | 526 | |
527 | 527 | |
528 | 528 | |
| 529 | + |
529 | 530 | |
530 | 531 | |
531 | 532 | |
Collapse file
components/console/single_command_tool.rst
Copy file name to clipboardExpand all lines: components/console/single_command_tool.rst+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | 5 | |
|
Collapse file
+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
| 23 | + |
23 | 24 | |
24 | 25 | |
25 | 26 | |
|
0 commit comments