fix bugs and change version

This commit is contained in:
2024-10-10 02:10:16 +08:00
parent 2d2cabde75
commit edb0d56094
5 changed files with 84 additions and 15 deletions

View File

@@ -2,7 +2,7 @@ import { program , Command} from 'commander';
import fs from 'fs';
// 将多个子命令加入主程序中
program.name('app').description('A CLI tool with envison').version('0.0.1');
program.name('app').description('A CLI tool with envison').version('0.0.3');
const ls =new Command('ls')
.description('List files in the current directory')