Remove default command, fixes #60

This commit is contained in:
Stéphane Goetz 2018-09-20 20:41:25 +02:00
parent cfc3be0b32
commit 6b6a010261
1 changed files with 0 additions and 1 deletions

View File

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