feat(cli): add update command to check and update globally installed @git.zone packages

This commit is contained in:
2026-02-03 22:47:08 +00:00
parent abaeb7be6c
commit 019f7e2d88
14 changed files with 397 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env node
process.env.CLI_CALL = 'true';
require('@git.zone/tsrun');
const cliTool = require('./ts/index');
cliTool.runCli();
import * as tsrun from '@git.zone/tsrun';
tsrun.runPath('./cli.child.js', import.meta.url);