Skip to content

Commit

Permalink
Merge pull request withfig#1685 from withfig/mschrage/fix-pip
Browse files Browse the repository at this point in the history
fix: more permissive package search
  • Loading branch information
mschrage authored Oct 28, 2022
2 parents 1f6e21a + 127427c commit 92991d4
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 92991d4

Please sign in to comment.