tsrun/cli.child.ts

5 lines
111 B
TypeScript
Raw Normal View History

2022-06-14 19:42:07 +00:00
#!/usr/bin/env node
process.env.CLI_CALL = 'true';
import * as cliTool from './ts/index.js';
cliTool.runCli();