This commit is contained in:
2021-11-05 01:03:31 +08:00
parent 801d4a3129
commit 59391c5489
+1 -1
View File
@@ -49,7 +49,7 @@ class ServerCommand extends Command
$this->setName('sw:server')
->setDescription('server start|stop|reload|restart')
->addArgument('action', InputArgument::OPTIONAL, 'run action', 'start')
->addOption('daemon', 'd', InputOption::VALUE_OPTIONAL, 'is run daemonize', -1);
->addOption('daemon', 'd', InputOption::VALUE_OPTIONAL, 'is run daemonize');
}