Searched refs:potentialCommands (Results 1 – 1 of 1) sorted by relevance
272 self.recommendCommands = function recommendCommands(cmd, potentialCommands) { argument274 potentialCommands = potentialCommands.sort((a, b) => b.length - a.length);277 for (let i = 0, candidate; (candidate = potentialCommands[i]) !== undefined; i++) {