Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes committed Aug 1, 2024
1 parent ad924ba commit 3a6650b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/SonsOfPHP/Bard/src/Console/Command/AddCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)')
Expand Down

0 comments on commit 3a6650b

Please sign in to comment.