This commit is contained in:
2020-09-07 18:35:56 +08:00
parent 957f54a608
commit 01415cf6a2
2 changed files with 9 additions and 1 deletions
+1
View File
@@ -83,6 +83,7 @@ class Application extends BaseApplication
*/
public function start(Input $argv)
{
$this->set('input', $argv);
$manager = Snowflake::app()->server;
$manager->setDaemon($argv->get('daemon', 0));
switch ($argv->get('action')) {