rename libraries 'basend-*' to 'wo-base-*', 'corend-*' to 'wo-core-*', 'usend-*' to 'wo-user-*'
This commit is contained in:
@@ -29,7 +29,7 @@ function config () {
|
|||||||
|
|
||||||
// 载入命令行参数
|
// 载入命令行参数
|
||||||
commander
|
commander
|
||||||
.version(Config.basendVersion, '-v, --version') // 默认是 -V。如果要 -v,就要加 '-v --version'
|
.version(Config.baseVersion, '-v, --version') // 默认是 -V。如果要 -v,就要加 '-v --version'
|
||||||
.option(
|
.option(
|
||||||
'-H, --host <host>',
|
'-H, --host <host>',
|
||||||
'Host ip or domain name. Default to ' + Config.host
|
'Host ip or domain name. Default to ' + Config.host
|
||||||
|
|||||||
Reference in New Issue
Block a user