Skip to content

Commit

Permalink
fix: ignore implicit workspaces for completion
Browse files Browse the repository at this point in the history
Closes #5895
  • Loading branch information
wraithgar committed Dec 7, 2022
1 parent 34db562 commit c3315cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/completion.js
Original file line number Diff line number Diff line change
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 c3315cd

Please sign in to comment.