mirror of
https://github.com/opdavies/build-configs.git
synced 2025-03-13 05:26:56 +00:00
Set a default command
This commit is contained in:
parent
a78d53a301
commit
fdcd11500a
|
@ -17,4 +17,5 @@ $application->addCommands([
|
|||
new BuildConfigurationCommand($twig, $filesystem),
|
||||
]);
|
||||
|
||||
$application->setDefaultCommand('build-configuration', true);
|
||||
$application->run();
|
||||
|
|
Loading…
Reference in a new issue