Home
last modified time | relevance | path

Searched refs:allCommands (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/lib/utils/
Dnpm-usage.js13 const allCommands = npm.config.get('long') ? cmdUsages(npm.constructor) : cmdNames() constant
29 ${allCommands}
/third_party/node/deps/npm/lib/commands/
Dcompletion.js269 const allCommands = commands.concat(Object.keys(aliases)) constant
270 const matches = allCommands.filter(c => c.startsWith(opts.partialWord))
280 return allCommands