Skip to content

Commit

Permalink
fix: ignore implicit workspaces for completion (#5932)
Browse files Browse the repository at this point in the history
Closes #5895
  • Loading branch information
wraithgar committed Dec 7, 2022
1 parent ac14129 commit dfd5d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/completion.js
Expand Up @@ -54,7 +54,7 @@ const BaseCommand = require('../base-command.js')
class Completion extends BaseCommand {
static description = 'Tab Completion for npm'
static name = 'completion'
static ignoreImplicitWorkspace = false
static ignoreImplicitWorkspace = true

// completion for the completion command
async completion (opts) {
Expand Down

0 comments on commit dfd5d46

Please sign in to comment.