Home
last modified time | relevance | path

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

/third_party/node/deps/npm/lib/utils/
Dnpm-usage.js13 const allCommands = npm.config.get('long') ? cmdUsages(npm.constructor) : cmdNames()
60 const cmdUsages = (Npm) => { function