source: trip-planner-front/node_modules/yargs/helpers/index.js@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 291 bytes
Line 
1const {
2 applyExtends,
3 cjsPlatformShim,
4 Parser,
5 processArgv,
6} = require('../build/index.cjs');
7
8module.exports = {
9 applyExtends: (config, cwd, mergeExtends) => {
10 return applyExtends(config, cwd, mergeExtends, cjsPlatformShim);
11 },
12 hideBin: processArgv.hideBin,
13 Parser,
14};
Note: See TracBrowser for help on using the repository browser.