Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 64bd096

Browse filesBrowse files
[Console]: Minor: Removing duplication
Page: https://symfony.com/doc/6.4/console/calling_commands.html
1 parent 644ac22 commit 64bd096
Copy full SHA for 64bd096

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎console/calling_commands.rst

Copy file name to clipboardExpand all lines: console/calling_commands.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
How to Call Other Commands
22
==========================
33

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
4+
If a command depends on another one being run before it you can call that in the
5+
console command itself. This can be useful
6+
if you want to create a "meta" command that runs a bunch of other commands
77
(for instance, all commands that need to be run when the project's code has
88
changed on the production servers: clearing the cache, generating Doctrine
99
proxies, dumping web assets, ...).

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.