This commit is contained in:
2021-09-02 11:58:53 +08:00
parent ef1d542814
commit 7556cb259a
+10
View File
@@ -29,6 +29,16 @@ class GiiCommand extends Command
public string $description = './snowflake sw:gii make=model|controller|task|interceptor|limits|middleware name=xxxx'; public string $description = './snowflake sw:gii make=model|controller|task|interceptor|limits|middleware name=xxxx';
/**
*
*/
protected function configure()
{
$this->setName('sw:gii')
->setDescription('./snowflake sw:gii make=model|controller|task|interceptor|limits|middleware name=xxxx');
}
/** /**
* @param InputInterface $input * @param InputInterface $input
* @param OutputInterface $output * @param OutputInterface $output