Skip to main content
Module

x/yargs/helpers/index.js

yargs the modern, pirate-themed successor to optimist.
Go to Latest
File
const { applyExtends, cjsPlatformShim, Parser, processArgv,} = require('../build/index.cjs');
module.exports = { applyExtends: (config, cwd, mergeExtends) => { return applyExtends(config, cwd, mergeExtends, cjsPlatformShim); }, hideBin: processArgv.hideBin, Parser,};