| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/yargs/helpers/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/yargs/helpers/index.js |
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,
};