/** * @module @jsdoc/cli */ const args = require('./lib/args'); const help = require('./lib/help'); exports.args = args; exports.help = help;