tsrun/cli.js

5 lines
121 B
JavaScript
Raw Permalink Normal View History

2018-06-30 17:20:36 +00:00
#!/usr/bin/env node
2020-06-01 19:37:11 +00:00
process.env.CLI_CALL = 'true';
2022-03-11 17:09:35 +00:00
const cliTool = await import('./dist_ts/index.js');
2020-06-01 19:37:11 +00:00
cliTool.runCli();