Home
last modified time | relevance | path

Searched refs:humanReadableArgName (Results 1 - 3 of 3) sorted by relevance

/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Dargument.js138 function humanReadableArgName(arg) { function
147 exports.humanReadableArgName = humanReadableArgName;
H A Dhelp.js1 const { humanReadableArgName } = require('./argument.js');
145 const args = cmd._args.map(arg => humanReadableArgName(arg)).join(' ');
H A Dcommand.js7 const { Argument, humanReadableArgName } = require('./argument.js');
1896 return humanReadableArgName(arg);

Completed in 3 milliseconds