MCPcopy Index your code
hub / github.com/nodejs/node / describeUsage

Method describeUsage

deps/npm/lib/base-cmd.js:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19
20 // this is a static so that we can read from it without instantiating a command which would require loading the config
21 static get describeUsage () {
22 return this.getUsage()
23 }
24
25 static getUsage (parentName = null, includeDescriptions = true) {
26 const { aliases: cmdAliases } = require('./utils/cmd-list')

Callers

nothing calls this directly

Calls 1

getUsageMethod · 0.95

Tested by

no test coverage detected