feat(mod_update): add self-update flow, package name parser, dynamic CLI version, and tests

This commit is contained in:
2026-02-06 00:19:17 +00:00
parent 57e4d1c043
commit 65906f7e5f
7 changed files with 172 additions and 9 deletions

View File

@@ -3,5 +3,3 @@ import * as cli from './tools.cli.js';
export const runCli = async () => {
await cli.run();
};
runCli();