UNPKG

188 BJavaScriptView Raw
1'use strict';
2
3/**
4 * Exports Yargs commands
5 * @see https://git.io/fpJ0G
6 * @private
7 * @module
8 */
9
10exports.init = require('./init');
11
12// default command
13exports.run = require('./run');