tools/bin/cli.js

5 lines
107 B
JavaScript

#!/usr/bin/env node
import * as tsrun from 'tsrun';
process.env.CLI_CALL = 'true';
require("../index.ts");