feat(mod_update): add self-update flow, package name parser, dynamic CLI version, and tests
This commit is contained in:
@@ -3,5 +3,3 @@ import * as cli from './tools.cli.js';
|
||||
export const runCli = async () => {
|
||||
await cli.run();
|
||||
};
|
||||
|
||||
runCli();
|
||||
|
||||
Reference in New Issue
Block a user