Remove default command, fixes #60
This commit is contained in:
parent
cfc3be0b32
commit
6b6a010261
@ -31,6 +31,5 @@ class Application extends SymfonyApplication
|
|||||||
|
|
||||||
$this->setVersion($version);
|
$this->setVersion($version);
|
||||||
$this->setName($app_name);
|
$this->setName($app_name);
|
||||||
$this->setDefaultCommand('generate');
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user