(opts, npm)
| 35 | } |
| 36 | |
| 37 | static async completion (opts, npm) { |
| 38 | const completion = require('../utils/installed-deep.js') |
| 39 | return completion(npm, opts) |
| 40 | } |
| 41 | |
| 42 | async exec (args) { |
| 43 | const spec = args[0] |
nothing calls this directly
no test coverage detected