Home
last modified time | relevance | path

Searched refs:recommendCommands (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/yargs/lib/
Dvalidation.js310 self.recommendCommands = function recommendCommands (cmd, potentialCommands) { function
/third_party/node/deps/npm/node_modules/yargs/
Dyargs.js1014 let recommendCommands
1015 self.recommendCommands = function (recommend) { function
1017 recommendCommands = typeof recommend === 'boolean' ? recommend : true
1121 if (recommendCommands && firstUnknownCommand && !skipRecommendation) {
1122 validation.recommendCommands(firstUnknownCommand, handlerKeys)
DCHANGELOG.md736 * adds recommendCommands() for command suggestions ([#580](https://github.com/yargs/yargs/issues/58…