Skip to content

Commit

Permalink
Merge pull request #2 from jacobwgillespie/fix-completions
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie authored Mar 29, 2022
2 parents c624ffe + 67fcb64 commit 71a4f97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ Loop:
}

switch {
case arg == "__complete" || arg == "__completeNoDesc":
break Loop

case arg == "--help" || arg == "-h":
displayHelp = true
continue
Expand Down

0 comments on commit 71a4f97

Please sign in to comment.