use home dir for init
This commit is contained in:
parent
f724fc0ecb
commit
eac55e01c5
5 changed files with 45 additions and 11 deletions
3
index.ts
3
index.ts
|
@ -6,8 +6,7 @@ const program = new Command();
|
|||
program
|
||||
.name('mix')
|
||||
.description('a declerative file-based package manager for windows.')
|
||||
.version('0.0.1', '-v, --version', 'output the current version');
|
||||
.version('0.0.4', '-v, --version', 'output the current version');
|
||||
|
||||
registerCommands(program);
|
||||
|
||||
program.parse();
|
Loading…
Add table
Add a link
Reference in a new issue