This commit is contained in:
2025-05-19 17:34:48 +00:00
parent 186e94c1a2
commit e7174e8630
6 changed files with 525 additions and 480 deletions

4
cli.child.js Normal file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env node
process.env.CLI_CALL = 'true';
import * as cliTool from './ts/index.js';
cliTool.runCli();