Remove default command, fixes #60

Cette révision appartient à :
Stéphane Goetz 2018-09-20 20:41:25 +02:00
Parent cfc3be0b32
révision 6b6a010261
1 fichiers modifiés avec 0 ajouts et 1 suppressions

Voir le fichier

@ -31,6 +31,5 @@ class Application extends SymfonyApplication
$this->setVersion($version);
$this->setName($app_name);
$this->setDefaultCommand('generate');
}
}