Skip to content

Commit f14d7d5

Browse files
committed
machanism change - parse --help
1 parent ece6de5 commit f14d7d5

File tree

2 files changed

+107
-547
lines changed

2 files changed

+107
-547
lines changed

bin/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async function main() {
3030
if (dashIndex !== -1) {
3131
// Use the new PackageManagerCompletion wrapper
3232
const completion = new PackageManagerCompletion(packageManager);
33-
setupCompletionForPackageManager(packageManager, completion);
33+
await setupCompletionForPackageManager(packageManager, completion);
3434
const toComplete = process.argv.slice(dashIndex + 1);
3535
await completion.parse(toComplete);
3636
process.exit(0);

0 commit comments

Comments
 (0)