uhhh
This commit is contained in:
parent
52128e9de0
commit
4d1470de56
2 changed files with 7 additions and 4 deletions
2
index.ts
2
index.ts
|
@ -6,7 +6,7 @@ const program = new Command();
|
|||
program
|
||||
.name('mix')
|
||||
.description('a declerative file-based package manager for windows.')
|
||||
.version('0.0.4', '-v, --version', 'output the current version');
|
||||
.version('0.0.5', '-v, --version', 'output the current version');
|
||||
|
||||
registerCommands(program);
|
||||
program.parse();
|
Loading…
Add table
Add a link
Reference in a new issue