We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f5e024 + 27c0624 commit e53787cCopy full SHA for e53787c
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