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.
1 parent 618bac0 commit e339595Copy full SHA for e339595
console/calling_commands.rst
@@ -31,9 +31,9 @@ method)::
31
{
32
$greetInput = new ArrayInput([
33
// the command name is passed as first argument
34
- 'command_name' => 'demo:greet',
35
- 'name' => 'Fabien',
36
- '--yell' => true,
+ 'command' => 'demo:greet',
+ 'name' => 'Fabien',
+ '--yell' => true,
37
]);
38
39
$returnCode = $this->getApplication()->doRun($greetInput, $output);
0 commit comments