(opts, npm)
| 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) { |
nothing calls this directly
no test coverage detected