This commit is contained in:
2021-10-28 11:21:56 +08:00
parent 49b1649d18
commit 031b576e24
+1
View File
@@ -33,6 +33,7 @@ class GiiCommand extends Command
{
$this->setName('sw:gii')
->addArgument('action', InputArgument::REQUIRED)
->addArgument('name', InputArgument::OPTIONAL)
->setDescription('./snowflake sw:gii make=model|controller|task|interceptor|limits|middleware name=xxxx');
}