feat: 更新文案

This commit is contained in:
万纯 2021-02-02 15:22:07 +08:00
parent 325f856769
commit e441e96f6f

View File

@ -490,7 +490,7 @@ export default class Service extends EventEmitter {
this.program this.program
.usage('<command> [options]') .usage('<command> [options]')
.version(`@webank/fes ${this.fesPkg.version}`, '-v, --vers', 'output the current version') .version(`@webank/fes ${this.fesPkg.version}`, '-v, --vers', 'output the current version')
.description('一个好用的前端解决方案'); .description(chalk.cyan('一个好用的前端应用解决方案'));
} }
parseCommand() { parseCommand() {