Commit 332b4ef
File tree
50 files changed
+835
-70
lines changedFilter options
- src/Symfony/Component/Console
- Command
- Completion
- Descriptor
- Formatter
- Input
- Tests
- Completion
- Output
- Descriptor
- Fixtures
- Formatter
- Input
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
50 files changed
+835
-70
lines changedsrc/Symfony/Component/Console/.editorconfig
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
src/Symfony/Component/Console/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/CHANGELOG.md+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
| 9 | + |
8 | 10 |
|
9 | 11 |
|
10 | 12 |
|
|
src/Symfony/Component/Console/Command/Command.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Command/Command.php+28-1Lines changed: 28 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
235 | 235 |
|
236 | 236 |
|
237 | 237 |
|
238 |
| - |
| 238 | + |
| 239 | + |
239 | 240 |
|
240 | 241 |
|
241 | 242 |
|
| ||
273 | 274 |
|
274 | 275 |
|
275 | 276 |
|
| 277 | + |
| 278 | + |
| 279 | + |
| 280 | + |
276 | 281 |
|
277 | 282 |
|
278 | 283 |
|
| ||
648 | 653 |
|
649 | 654 |
|
650 | 655 |
|
| 656 | + |
| 657 | + |
| 658 | + |
| 659 | + |
| 660 | + |
| 661 | + |
| 662 | + |
| 663 | + |
| 664 | + |
| 665 | + |
| 666 | + |
| 667 | + |
| 668 | + |
| 669 | + |
| 670 | + |
| 671 | + |
| 672 | + |
| 673 | + |
| 674 | + |
| 675 | + |
| 676 | + |
| 677 | + |
651 | 678 |
|
652 | 679 |
|
653 | 680 |
|
|
src/Symfony/Component/Console/Command/HelpCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Command/HelpCommand.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
| 40 | + |
40 | 41 |
|
41 | 42 |
|
42 | 43 |
|
| ||
67 | 68 |
|
68 | 69 |
|
69 | 70 |
|
| 71 | + |
70 | 72 |
|
71 | 73 |
|
72 | 74 |
|
|
src/Symfony/Component/Console/Completion/CompletionInput.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Completion/CompletionInput.php+9-3Lines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
198 | 198 |
|
199 | 199 |
|
200 | 200 |
|
201 |
| - |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
202 | 205 |
|
203 | 206 |
|
204 | 207 |
|
205 |
| - |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
206 | 212 |
|
207 | 213 |
|
208 | 214 |
|
| ||
226 | 232 |
|
227 | 233 |
|
228 | 234 |
|
229 |
| - |
| 235 | + |
230 | 236 |
|
231 | 237 |
|
232 | 238 |
|
|
src/Symfony/Component/Console/Completion/CompletionSuggestions.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Completion/CompletionSuggestions.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
61 |
| - |
| 61 | + |
| 62 | + |
| 63 | + |
62 | 64 |
|
63 | 65 |
|
64 | 66 |
|
|
src/Symfony/Component/Console/Descriptor/Descriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Descriptor/Descriptor.php+18Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
45 | 63 |
|
46 | 64 |
|
47 | 65 |
|
|
src/Symfony/Component/Console/Descriptor/JsonDescriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Descriptor/JsonDescriptor.php+23-12Lines changed: 23 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
| 36 | + |
| 37 | + |
| 38 | + |
36 | 39 |
|
37 | 40 |
|
38 | 41 |
|
| ||
41 | 44 |
|
42 | 45 |
|
43 | 46 |
|
44 |
| - |
| 47 | + |
45 | 48 |
|
46 | 49 |
|
47 | 50 |
|
48 | 51 |
|
49 |
| - |
| 52 | + |
50 | 53 |
|
51 | 54 |
|
52 | 55 |
|
| ||
56 | 59 |
|
57 | 60 |
|
58 | 61 |
|
59 |
| - |
| 62 | + |
60 | 63 |
|
61 | 64 |
|
62 | 65 |
|
| ||
101 | 104 |
|
102 | 105 |
|
103 | 106 |
|
104 |
| - |
105 |
| - |
| 107 | + |
| 108 | + |
106 | 109 |
|
107 | 110 |
|
108 | 111 |
|
109 | 112 |
|
110 |
| - |
| 113 | + |
| 114 | + |
111 | 115 |
|
112 | 116 |
|
113 |
| - |
114 |
| - |
| 117 | + |
| 118 | + |
115 | 119 |
|
116 | 120 |
|
117 | 121 |
|
| 122 | + |
118 | 123 |
|
119 | 124 |
|
120 | 125 |
|
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
121 | 130 |
|
122 | 131 |
|
123 |
| - |
| 132 | + |
124 | 133 |
|
125 | 134 |
|
126 | 135 |
|
127 | 136 |
|
128 | 137 |
|
129 | 138 |
|
130 | 139 |
|
131 |
| - |
| 140 | + |
132 | 141 |
|
133 | 142 |
|
134 | 143 |
|
| ||
138 | 147 |
|
139 | 148 |
|
140 | 149 |
|
141 |
| - |
| 150 | + |
142 | 151 |
|
| 152 | + |
| 153 | + |
143 | 154 |
|
144 | 155 |
|
145 | 156 |
|
| ||
155 | 166 |
|
156 | 167 |
|
157 | 168 |
|
158 |
| - |
| 169 | + |
159 | 170 |
|
160 | 171 |
|
161 | 172 |
|
|
src/Symfony/Component/Console/Descriptor/MarkdownDescriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Descriptor/MarkdownDescriptor.php+8-6Lines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
| 73 | + |
73 | 74 |
|
74 | 75 |
|
75 | 76 |
|
| ||
81 | 82 |
|
82 | 83 |
|
83 | 84 |
|
84 |
| - |
| 85 | + |
85 | 86 |
|
86 | 87 |
|
87 | 88 |
|
88 |
| - |
| 89 | + |
| 90 | + |
89 | 91 |
|
90 | 92 |
|
91 | 93 |
|
92 | 94 |
|
93 | 95 |
|
94 |
| - |
| 96 | + |
95 | 97 |
|
96 |
| - |
| 98 | + |
97 | 99 |
|
98 | 100 |
|
99 | 101 |
|
| ||
128 | 130 |
|
129 | 131 |
|
130 | 132 |
|
131 |
| - |
| 133 | + |
132 | 134 |
|
133 |
| - |
| 135 | + |
134 | 136 |
|
135 | 137 |
|
136 | 138 |
|
|
src/Symfony/Component/Console/Descriptor/ReStructuredTextDescriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Descriptor/ReStructuredTextDescriptor.php+9-7Lines changed: 9 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
| 87 | + |
87 | 88 |
|
88 | 89 |
|
89 | 90 |
|
| ||
95 | 96 |
|
96 | 97 |
|
97 | 98 |
|
98 |
| - |
| 99 | + |
99 | 100 |
|
100 | 101 |
|
101 | 102 |
|
102 |
| - |
| 103 | + |
| 104 | + |
103 | 105 |
|
104 | 106 |
|
105 | 107 |
|
106 | 108 |
|
107 |
| - |
108 |
| - |
109 |
| - |
| 109 | + |
| 110 | + |
| 111 | + |
110 | 112 |
|
111 | 113 |
|
112 | 114 |
|
| ||
145 | 147 |
|
146 | 148 |
|
147 | 149 |
|
148 |
| - |
| 150 | + |
149 | 151 |
|
150 |
| - |
| 152 | + |
151 | 153 |
|
152 | 154 |
|
153 | 155 |
|
|
0 commit comments