We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac14129 commit dfd5d46Copy full SHA for dfd5d46
lib/commands/completion.js
@@ -54,7 +54,7 @@ const BaseCommand = require('../base-command.js')
54
class Completion extends BaseCommand {
55
static description = 'Tab Completion for npm'
56
static name = 'completion'
57
- static ignoreImplicitWorkspace = false
+ static ignoreImplicitWorkspace = true
58
59
// completion for the completion command
60
async completion (opts) {
0 commit comments