diff --git a/src/SonsOfPHP/Bard/src/Console/Command/AddCommand.php b/src/SonsOfPHP/Bard/src/Console/Command/AddCommand.php index 0b60d315..ce2cb352 100644 --- a/src/SonsOfPHP/Bard/src/Console/Command/AddCommand.php +++ b/src/SonsOfPHP/Bard/src/Console/Command/AddCommand.php @@ -17,11 +17,10 @@ */ final class AddCommand extends AbstractCommand { - protected static $defaultName = 'add'; - protected function configure(): void { $this + ->setName('add') ->setDescription('Add new repo') ->addOption('branch', null, InputOption::VALUE_REQUIRED, 'What branch we working with?', 'main') ->addOption('dry-run', null, InputOption::VALUE_NONE, 'Dry Run (Do not make any changes)')