改名
This commit is contained in:
@@ -43,7 +43,9 @@ class Command extends \Symfony\Component\Console\Command\Command
|
|||||||
protected function configure()
|
protected function configure()
|
||||||
{
|
{
|
||||||
$this->setName('sw:server')
|
$this->setName('sw:server')
|
||||||
->setDescription('server start|stop|reload|restart');
|
->setDescription('server start|stop|reload|restart')
|
||||||
|
->addOption('action')
|
||||||
|
->addOption('daemon');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user