mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 19:05:33 +01:00
Set a default command
This commit is contained in:
parent
a78d53a301
commit
fdcd11500a
1 changed files with 1 additions and 0 deletions
|
@ -17,4 +17,5 @@ $application->addCommands([
|
|||
new BuildConfigurationCommand($twig, $filesystem),
|
||||
]);
|
||||
|
||||
$application->setDefaultCommand('build-configuration', true);
|
||||
$application->run();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue