8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccd2b5d + e39a935 commit 9d52d82Copy full SHA for 9d52d82
console/calling_commands.rst
@@ -1,9 +1,9 @@
1
How to Call Other Commands
2
==========================
3
4
-If a command depends on another one being run before it you can call in the
5
-console command itself. This is useful if a command depends on another command
6
-or if you want to create a "meta" command that runs a bunch of other commands
+If a command depends on another one being run before it you can call that in the
+console command itself. This can be useful
+if you want to create a "meta" command that runs a bunch of other commands
7
(for instance, all commands that need to be run when the project's code has
8
changed on the production servers: clearing the cache, generating Doctrine
9
proxies, dumping web assets, ...).
0 commit comments