Rename --extra-args to --args

This commit is contained in:
Oliver Davies 2024-02-25 13:54:13 +00:00
parent 90e5e109e8
commit 5d32389606
7 changed files with 20 additions and 16 deletions

View file

@ -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.',