Searched refs:allCommands (Results 1 – 2 of 2) sorted by relevance
13 const allCommands = npm.config.get('long') ? cmdUsages(npm.constructor) : cmdNames() constant29 ${allCommands}
269 const allCommands = commands.concat(Object.keys(aliases)) constant270 const matches = allCommands.filter(c => c.startsWith(opts.partialWord))280 return allCommands