Sha256: 8c7ae610089dd56f93946cc7cb98ad68c83269b45b5fa821ae885e37add47ed8
Contents?: true
Size: 457 Bytes
Versions: 65
Compression:
Stored size: 457 Bytes
Contents
// TODO: consolidate on using a helpers file at some point in the future, which // is the approach currently used to export Parser and applyExtends for ESM: const {applyExtends, cjsPlatformShim, Parser, Yargs, processArgv} = require('./build/index.cjs') Yargs.applyExtends = (config, cwd, mergeExtends) => { return applyExtends(config, cwd, mergeExtends, cjsPlatformShim) } Yargs.hideBin = processArgv.hideBin Yargs.Parser = Parser module.exports = Yargs
Version data entries
65 entries across 62 versions & 7 rubygems