This commit is contained in:
2021-10-19 16:37:30 +08:00
parent 0893aa8f04
commit 74fda80847
+1 -1
View File
@@ -52,7 +52,7 @@ class ServerCommand extends Command
$this->setName('sw:server')
->setDescription('server start|stop|reload|restart')
->addArgument('action', InputArgument::REQUIRED)
->addArgument('--daemon', InputArgument::OPTIONAL, '', 0);
->addOption('--daemon', '-d');
}