1
This commit is contained in:
@@ -32,9 +32,9 @@ class GiiCommand extends Command
|
|||||||
protected function configure()
|
protected function configure()
|
||||||
{
|
{
|
||||||
$this->setName('sw:gii')
|
$this->setName('sw:gii')
|
||||||
->addOption('make', InputArgument::OPTIONAL)
|
->addOption('make','m', InputArgument::OPTIONAL)
|
||||||
->addOption('name', InputArgument::OPTIONAL)
|
->addOption('name','t', InputArgument::OPTIONAL)
|
||||||
->addOption('databases', InputArgument::OPTIONAL)
|
->addOption('databases','d', InputArgument::OPTIONAL)
|
||||||
->setDescription('./snowflake sw:gii make=model|controller|task|interceptor|limits|middleware name=xxxx');
|
->setDescription('./snowflake sw:gii make=model|controller|task|interceptor|limits|middleware name=xxxx');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user