Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[Console]: Minor: Removing duplication
  • Loading branch information
ThomasLandauer authored Jan 18, 2025
commit 64bd096d735360895a1c0ea9dc97612e73d1e40e
6 changes: 3 additions & 3 deletions console/calling_commands.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
How to Call Other Commands
==========================

If a command depends on another one being run before it you can call in the
console command itself. This is useful if a command depends on another command
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
(for instance, all commands that need to be run when the project's code has
changed on the production servers: clearing the cache, generating Doctrine
proxies, dumping web assets, ...).
Expand Down
Loading