File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,16 @@ can run it with:
148
148
149
149
$ php application.php d:g Fabien
150
150
151
+ # as long as it's unambiguous, you can slo mix upper and lower case
152
+ # php application.php Demo:g Fabien
153
+ # php application.php de:Gr Fabien
154
+ # php application.php DE:Gre Fabien
155
+
151
156
If you enter a short command that's ambiguous (i.e. there are more than one
152
157
command that match), then no command will be run and some suggestions of
153
158
the possible commands to choose from will be output.
159
+
160
+ .. versionadded :: 3.4
161
+ Case-insensitivity of command shortcuts was introduced in Symfony 3.4. In
162
+ previous Symfony versions, shortcuts must match the case of the original
163
+ command name (e.g. ``d:g `` was not the same shortcut as ``D:G ``).
You can’t perform that action at this time.
0 commit comments