Rename --extra-args to --args
This commit is contained in:
parent
90e5e109e8
commit
5d32389606
7 changed files with 20 additions and 16 deletions
|
@ -18,7 +18,7 @@ abstract class AbstractCommand extends Command
|
|||
protected function configure(): void
|
||||
{
|
||||
$this->addOption(
|
||||
name: 'extra-args',
|
||||
name: 'args',
|
||||
shortcut: 'a',
|
||||
mode: InputArgument::OPTIONAL,
|
||||
description: 'Any additonal arguments to pass to the command.',
|
||||
|
|
Reference in a new issue