Skip to content

Commit 71a4f97

Browse files
Merge pull request #2 from jacobwgillespie/fix-completions
2 parents c624ffe + 67fcb64 commit 71a4f97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.go

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ Loop:
2727
}
2828

2929
switch {
30+
case arg == "__complete" || arg == "__completeNoDesc":
31+
break Loop
32+
3033
case arg == "--help" || arg == "-h":
3134
displayHelp = true
3235
continue

0 commit comments

Comments
 (0)