This commit is contained in:
grngxd 2025-06-24 18:56:20 +01:00
parent 4fa66a2eb9
commit ca12ec8a9c
5 changed files with 225 additions and 135 deletions

View file

@ -6,7 +6,7 @@ const program = new Command();
program
.name('mix')
.description('a declerative file-based package manager for windows.')
.version('0.0.6', '-v, --version', 'output the current version');
.version('0.0.7', '-v, --version', 'output the current version');
registerCommands(program);
program.parse();