Home
last modified time | relevance | path

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

/third_party/node/deps/npm/test/lib/
Dload-all-commands.js76 t.match(outputs[0][0], ctor.describeUsage, 'usage is what is output')
77 t.notOk(impl.describeUsage, 'describe usage is only static')
Dnpm.js168 t.same(outputs, [[ll.describeUsage]], 'print usage')
/third_party/node/deps/npm/lib/
Dbase-command.js20 static get describeUsage () { getter in BaseCommand
106 return this.constructor.describeUsage
/third_party/node/deps/npm/node_modules/@npmcli/config/lib/definitions/
Ddefinition.js56 this.usage = describeUsage(this)
98 const describeUsage = def => { function
/third_party/node/deps/npm/lib/utils/
Dnpm-usage.js65 set.push([c, Npm.cmd(c).describeUsage.split('\n')])
/third_party/node/deps/npm/test/fixtures/
Dmock-npm.js284 usage: Cmd.describeUsage,