UNPKG

515 BJavaScriptView Raw
1// import * as program from 'commander';
2var program = require("../../libnpm/commander");
3var version = require("../../package.json").version;
4program.version(version)
5 .usage("<commands> [options]")
6 .allowUnknownOption(false)
7 .command('create', 'create a egret demo with nest frame')
8 .command('set', "set platform params before run")
9 .command('run', "run the egret demo with nest frame")
10 .parse(process.argv);
11// console.log("I am egret-cli-nest");
12//# sourceMappingURL=egret-cli-nest.js.map
\No newline at end of file