smartuniverse/ts/smartuniverse.cli.ts
2018-03-07 22:22:15 +01:00

9 lines
185 B
TypeScript

import * as plugins from './smartuniverse.plugins';
process.env.CLI = 'true';
const universeCli = new plugins.smartcli.Smartcli();
universeCli.standardTask().then(argvArg => {
});