UNPKG

ueno-cli

Version:
10 lines 240 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const yargs = require("yargs"); yargs .commandDir('commands') .demandCommand() .help() .argv; //# sourceMappingURL=index.js.map