feat: 助手配置与服务命令扩展及依赖更新
This commit is contained in:
@@ -7,7 +7,7 @@ try {
|
||||
if (ENVISION_VERSION) version = ENVISION_VERSION;
|
||||
} catch (e) {}
|
||||
// @ts-ignore
|
||||
program.name('app').description('A CLI tool with envison').version(version);
|
||||
program.name('app').description('A CLI tool with envison').version(version, '-v, --version');
|
||||
|
||||
const ls = new Command('ls').description('List files in the current directory').action(() => {
|
||||
console.log('List files');
|
||||
|
||||
Reference in New Issue
Block a user