(opts, npm)
| 37 | static usage = ['[<pkg>...]'] |
| 38 | |
| 39 | static async completion (opts, npm) { |
| 40 | const completion = require('../utils/installed-deep.js') |
| 41 | return completion(npm, opts) |
| 42 | } |
| 43 | |
| 44 | async exec (args) { |
| 45 | const update = args.length === 0 ? true : args |
nothing calls this directly
no test coverage detected