tsrun/cli.js

5 lines
121 B
JavaScript
Raw Permalink Normal View History

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