diff --git a/kiri-gii/GiiCommand.php b/kiri-gii/GiiCommand.php index fc53dd8d..ac52a5b1 100644 --- a/kiri-gii/GiiCommand.php +++ b/kiri-gii/GiiCommand.php @@ -29,6 +29,16 @@ class GiiCommand extends Command 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 OutputInterface $output