We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52072d1 commit ff7c62aCopy full SHA for ff7c62a
components/console/changing_default_command.rst
@@ -28,7 +28,7 @@ name to the ``setDefaultCommand()`` method::
28
}
29
30
31
-Executing the application and changing the default Command::
+Executing the application and changing the default command::
32
33
// application.php
34
@@ -53,9 +53,10 @@ This will print the following to the command line:
53
54
Hello World
55
56
-.. tip::
+.. caution::
57
58
- This feature has a limitation: you cannot use it with any Command arguments.
+ This feature has a limitation: you cannot pass any argument or option to
59
+ the default command because they are ignored.
60
61
Learn More!
62
-----------
0 commit comments