Searched refs:recommendCommands (Results 1 – 3 of 3) sorted by relevance
310 self.recommendCommands = function recommendCommands (cmd, potentialCommands) { function
1014 let recommendCommands1015 self.recommendCommands = function (recommend) { function1017 recommendCommands = typeof recommend === 'boolean' ? recommend : true1121 if (recommendCommands && firstUnknownCommand && !skipRecommendation) {1122 validation.recommendCommands(firstUnknownCommand, handlerKeys)
736 * adds recommendCommands() for command suggestions ([#580](https://github.com/yargs/yargs/issues/58…