We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b787234 commit cfe36d0Copy full SHA for cfe36d0
bin/cli.ts
@@ -36,7 +36,7 @@ async function main() {
36
const toComplete = process.argv.slice(dashIndex + 1);
37
await completion.parse(toComplete);
38
process.exit(0);
39
- } else if (isPowerShell && args.length > 2) {
+ } else if (isPowerShell) {
40
// PowerShell: -- was stripped, everything after 'complete' is what we want
41
const completion = new PackageManagerCompletion(packageManager);
42
await setupCompletionForPackageManager(packageManager, completion);
0 commit comments