This commit is contained in:
2021-12-11 17:56:35 +08:00
parent ce9c184c83
commit d5d2b04321
+1 -2
View File
@@ -55,8 +55,7 @@ class HotReload extends Command
*/ */
protected function configure() protected function configure()
{ {
$this->setName('sw:wather')->setDescription('server start') $this->setName('sw:wather')->setDescription('server start');
->addOption('daemon', NULL, InputOption::VALUE_OPTIONAL, "是否后台运行", "--front");
} }