This commit is contained in:
陆柯 2021-02-22 12:52:55 +08:00
parent a74b5e3ad2
commit 5ec9cafcd3

View File

@ -8,7 +8,7 @@ const Config = require('so.sysconfig')({
['host', '-H, --host <string>', 'Host IP or domain name, default to localhost.'],
['port', '-p, --port <number>', 'HTTP port number.'],
['from', '-f, --from <string>', 'Seed list such as \'["http://ip_or_dn:port"]\' or "noseed" to disable seeding.'],
['from', '-f, --from <string>', 'Path to serve as website'],
['env', '-e, --env <string>', 'Runtime environment: production | development.'],
],
// 最基础的必须的默认配置,如果用户什么也没有提供