Skip to content

Commit

Permalink
fix: more permissive package search
Browse files Browse the repository at this point in the history
  • Loading branch information
mschrage committed Oct 28, 2022
1 parent 1f6e21a commit 127427c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16608,6 +16608,7 @@ const completionSpec: Fig.Spec = {
description: "Exclude specified package from the output",
args: {
name: "package",
suggestCurrentToken: true,
generators: listPackages,
},
},
Expand Down

0 comments on commit 127427c

Please sign in to comment.