tools/bin/cli.js

5 lines
107 B
JavaScript
Raw Normal View History

2018-06-07 20:41:25 +00:00
#!/usr/bin/env node
import * as tsrun from 'tsrun';
process.env.CLI_CALL = 'true';
require("../index.ts");