use home dir for init

This commit is contained in:
grngxd 2025-06-24 16:07:02 +01:00
parent f724fc0ecb
commit eac55e01c5
5 changed files with 45 additions and 11 deletions

View file

@ -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();