(opts, npm)
| 26 | static usage = ['[<package-spec>] ...]'] |
| 27 | |
| 28 | static async completion (opts, npm) { |
| 29 | const completion = require('../utils/installed-deep.js') |
| 30 | return completion(npm, opts) |
| 31 | } |
| 32 | |
| 33 | async exec (args) { |
| 34 | const globalTop = resolve(this.npm.globalDir, '..') |
nothing calls this directly
no test coverage detected