This commit is contained in:
2021-09-02 12:02:26 +08:00
parent cdb3b5b0ad
commit dfd7ead466
+3 -1
View File
@@ -43,7 +43,9 @@ class Command extends \Symfony\Component\Console\Command\Command
protected function configure()
{
$this->setName('sw:server')
->setDescription('server start|stop|reload|restart');
->setDescription('server start|stop|reload|restart')
->addOption('action')
->addOption('daemon');
}