UNPKG

144 BJavaScriptView Raw
1#!/usr/bin/env node
2module.exports = function() {
3 const yargs = require('yargs')
4 .commandDir('test')
5 .demandCommand()
6 .help()
7 .argv
8}