MCPcopy Create free account
hub / github.com/npm/cli / completion

Method completion

lib/commands/explain.js:20–23  ·  view source on GitHub ↗
(opts, npm)

Source from the content-addressed store, hash-verified

18 static ignoreImplicitWorkspace = false
19
20 static async completion (opts, npm) {
21 const completion = require('../utils/installed-deep.js')
22 return completion(npm, opts)
23 }
24
25 async exec (args) {
26 if (!args.length) {

Callers

nothing calls this directly

Calls 1

completionFunction · 0.50

Tested by

no test coverage detected