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 441959c + e647508 commit 330875eCopy full SHA for 330875e
console/calling_commands.rst
@@ -20,7 +20,6 @@ Calling a command from another one is straightforward::
20
$command = $this->getApplication()->find('demo:greet');
21
22
$arguments = [
23
- 'command' => 'demo:greet',
24
'name' => 'Fabien',
25
'--yell' => true,
26
];
0 commit comments