This commit is contained in:
2020-09-08 15:59:15 +08:00
parent 4aee04f14b
commit 9a086a50d0
9 changed files with 123 additions and 31 deletions
+1 -2
View File
@@ -6,7 +6,6 @@ namespace HttpServer;
use Exception;
use Snowflake\Abstracts\Input;
use Snowflake\Exception\ComponentException;
use Snowflake\Exception\ConfigException;
use Snowflake\Snowflake;
@@ -17,7 +16,7 @@ use Snowflake\Snowflake;
class Command extends \Console\Command
{
public $command = 'server';
public $command = 'sw:server';
public $description = 'server start|stop|reload|restart';