(opts, npm)
| 15 | static ignoreImplicitWorkspace = false |
| 16 | |
| 17 | static async completion (opts, npm) { |
| 18 | return completion(npm, opts) |
| 19 | } |
| 20 | |
| 21 | async exec (args) { |
| 22 | if (args.length < 1 || !args[0]) { |
nothing calls this directly
no test coverage detected