commands.js 188 B

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