8000 minor #8524 Mentioned the case-insensitivity of command shortcuts (ja… · symfony/symfony-docs@c99caa9 · GitHub
[go: up one dir, main page]

Skip to content

Commit c99caa9

Browse files
committed
minor #8524 Mentioned the case-insensitivity of command shortcuts (javiereguiluz)
This PR was squashed before being merged into the 3.4 branch (closes #8524). Discussion ---------- Mentioned the case-insensitivity of command shortcuts This fixes #8380. Commits ------- 6af99da Fixed a grammar issue c28a051 Fixed typo a51f56b Mentioned the case-insensitivity of command shortcuts
2 parents 5ed6ce9 + 6af99da commit c99caa9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

components/console/usage.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,16 @@ can run it with:
148148
149149
$ php application.php d:g Fabien
150150
151+
# as long as it's unambiguous, you can also 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+
151156
If you enter a short command that's ambiguous (i.e. there are more than one
152157
command that match), then no command will be run and some suggestions of
153158
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 had to match the case of the original
163+
command name (e.g. ``d:g`` was not the same shortcut as ``D:G``).

0 commit comments

Comments
 (0)
0