Skip to content

Commit

Permalink
make to run deault command if nothign chosen
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 19, 2025
1 parent b6e8d55 commit 938f9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/ConfigTransformerApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ public function __construct(
$this->get('completion')->setHidden();

// make single command application for fast run
$this->setDefaultCommand($switchFormatCommand->getName());
$this->setDefaultCommand($switchFormatCommand->getName(), true);
}
}

0 comments on commit 938f9fb

Please sign in to comment.