This commit is contained in:
2021-11-04 23:39:40 +08:00
parent 878e3b262b
commit 6a60b03678
@@ -41,8 +41,7 @@ class FileChangeCustomProcess extends Command
protected function configure() protected function configure()
{ {
$this->setName('sw:wather') $this->setName('sw:wather')
->setDescription('server start') ->setDescription('server start');
->addArgument('action', InputArgument::REQUIRED);
} }