This commit is contained in:
2021-10-19 17:10:12 +08:00
parent 9402b4e4a1
commit 365cbb0148
+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::REQUIRED)
->addOption('daemon', 'd', InputOption::VALUE_NONE,'is run daemonize',-1);
->addOption('daemon', 'd', InputOption::VALUE_OPTIONAL,'is run daemonize',-1);
}