fix(core): update

This commit is contained in:
2020-06-01 19:37:11 +00:00
parent 4641cc7cad
commit 815008e881
5 changed files with 15 additions and 8 deletions

5
cli.ts.js Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env node
process.env.CLI_CALL = 'true';
require('@gitzone/tsrun');
const cliTool = require('./ts/index');
cliTool.runCli();