Commit 9951124
File tree
Expand file treeCollapse file tree
12 files changed
+216
-62
lines changedFilter options
- src/Symfony/Component/Console
- Command
- Input
- Tests
- Command
- Input
Expand file treeCollapse file tree
12 files changed
+216
-62
lines changed+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
| 16 | + |
15 | 17 |
|
16 | 18 |
|
17 | 19 |
|
|
src/Symfony/Component/Console/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
9 | 10 |
|
10 | 11 |
|
11 | 12 |
|
|
src/Symfony/Component/Console/Command/Command.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Command/Command.php+25-8Lines changed: 25 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
| ||
319 | 320 |
|
320 | 321 |
|
321 | 322 |
|
| 323 | + |
| 324 | + |
| 325 | + |
| 326 | + |
| 327 | + |
| 328 | + |
322 | 329 |
|
323 | 330 |
|
324 | 331 |
|
| ||
427 | 434 |
|
428 | 435 |
|
429 | 436 |
|
430 |
| - |
431 |
| - |
| 437 | + |
| 438 | + |
| 439 | + |
432 | 440 |
|
433 | 441 |
|
434 | 442 |
|
435 | 443 |
|
436 | 444 |
|
437 |
| - |
| 445 | + |
438 | 446 |
|
439 |
| - |
440 |
| - |
| 447 | + |
| 448 | + |
| 449 | + |
| 450 | + |
| 451 | + |
| 452 | + |
441 | 453 |
|
442 | 454 |
|
443 | 455 |
|
| ||
448 | 460 |
|
449 | 461 |
|
450 | 462 |
|
| 463 | + |
451 | 464 |
|
452 | 465 |
|
453 | 466 |
|
454 | 467 |
|
455 | 468 |
|
456 |
| - |
| 469 | + |
457 | 470 |
|
458 |
| - |
459 |
| - |
| 471 | + |
| 472 | + |
| 473 | + |
| 474 | + |
| 475 | + |
| 476 | + |
460 | 477 |
|
461 | 478 |
|
462 | 479 |
|
|
src/Symfony/Component/Console/Command/DumpCompletionCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Command/DumpCompletionCommand.php+3-10Lines changed: 3 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 |
| - |
17 | 15 |
|
18 | 16 |
|
19 | 17 |
|
| ||
39 | 37 |
|
40 | 38 |
|
41 | 39 |
|
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
| 40 | + |
48 | 41 |
|
49 | 42 |
|
50 | 43 |
|
| ||
82 | 75 |
|
83 | 76 |
|
84 | 77 |
|
85 |
| - |
| 78 | + |
86 | 79 |
|
87 | 80 |
|
88 | 81 |
|
| ||
135 | 128 |
|
136 | 129 |
|
137 | 130 |
|
138 |
| - |
| 131 | + |
139 | 132 |
|
140 | 133 |
|
141 | 134 |
|
|
src/Symfony/Component/Console/Command/HelpCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Command/HelpCommand.php+6-19Lines changed: 6 additions & 19 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 |
| - |
16 | 14 |
|
17 | 15 |
|
18 | 16 |
|
| ||
39 | 37 |
|
40 | 38 |
|
41 | 39 |
|
42 |
| - |
43 |
| - |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
44 | 46 |
|
45 | 47 |
|
46 | 48 |
|
| ||
81 | 83 |
|
82 | 84 |
|
83 | 85 |
|
84 |
| - |
85 |
| - |
86 |
| - |
87 |
| - |
88 |
| - |
89 |
| - |
90 |
| - |
91 |
| - |
92 |
| - |
93 |
| - |
94 |
| - |
95 |
| - |
96 |
| - |
97 |
| - |
98 |
| - |
99 | 86 |
|
src/Symfony/Component/Console/Command/LazyCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Command/LazyCommand.php+17-4Lines changed: 17 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
108 | 109 |
|
109 | 110 |
|
110 | 111 |
|
111 |
| - |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
112 | 118 |
|
113 |
| - |
| 119 | + |
| 120 | + |
114 | 121 |
|
115 | 122 |
|
116 | 123 |
|
117 | 124 |
|
118 |
| - |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
119 | 131 |
|
120 |
| - |
| 132 | + |
| 133 | + |
121 | 134 |
|
122 | 135 |
|
123 | 136 |
|
|
src/Symfony/Component/Console/Command/ListCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Command/ListCommand.php+6-19Lines changed: 6 additions & 19 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 |
| - |
16 | 14 |
|
17 | 15 |
|
18 | 16 |
|
| ||
35 | 33 |
|
36 | 34 |
|
37 | 35 |
|
38 |
| - |
| 36 | + |
| 37 | + |
| 38 | + |
39 | 39 |
|
40 |
| - |
| 40 | + |
| 41 | + |
| 42 | + |
41 | 43 |
|
42 | 44 |
|
43 | 45 |
|
| ||
77 | 79 |
|
78 | 80 |
|
79 | 81 |
|
80 |
| - |
81 |
| - |
82 |
| - |
83 |
| - |
84 |
| - |
85 |
| - |
86 |
| - |
87 |
| - |
88 |
| - |
89 |
| - |
90 |
| - |
91 |
| - |
92 |
| - |
93 |
| - |
94 |
| - |
95 | 82 |
|
src/Symfony/Component/Console/Input/InputArgument.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Input/InputArgument.php+29-1Lines changed: 29 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
14 | 18 |
|
15 | 19 |
|
16 | 20 |
|
| ||
28 | 32 |
|
29 | 33 |
|
30 | 34 |
|
| 35 | + |
31 | 36 |
|
32 | 37 |
|
33 | 38 |
|
34 | 39 |
|
35 | 40 |
|
36 | 41 |
|
37 | 42 |
|
| 43 | + |
38 | 44 |
|
39 | 45 |
|
40 | 46 |
|
41 |
| - |
| 47 | + |
42 | 48 |
|
43 | 49 |
|
44 | 50 |
|
| ||
49 | 55 |
|
50 | 56 |
|
51 | 57 |
|
| 58 | + |
52 | 59 |
|
53 | 60 |
|
54 | 61 |
|
| ||
111 | 118 |
|
112 | 119 |
|
113 | 120 |
|
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
114 | 142 |
|
115 | 143 |
|
116 | 144 |
|
|
src/Symfony/Component/Console/Input/InputOption.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Input/InputOption.php+32-1Lines changed: 32 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
14 | 18 |
|
15 | 19 |
|
16 | 20 |
|
| ||
50 | 54 |
|
51 | 55 |
|
52 | 56 |
|
| 57 | + |
53 | 58 |
|
54 | 59 |
|
55 | 60 |
|
56 | 61 |
|
57 | 62 |
|
58 | 63 |
|
| 64 | + |
59 | 65 |
|
60 | 66 |
|
61 | 67 |
|
62 |
| - |
| 68 | + |
63 | 69 |
|
64 | 70 |
|
65 | 71 |
|
| ||
96 | 102 |
|
97 | 103 |
|
98 | 104 |
|
| 105 | + |
99 | 106 |
|
| 107 | + |
| 108 | + |
| 109 | + |
100 | 110 |
|
101 | 111 |
|
102 | 112 |
|
| ||
201 | 211 |
|
202 | 212 |
|
203 | 213 |
|
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
204 | 235 |
|
205 | 236 |
|
206 | 237 |
|
|
0 commit comments