Skip to content

Commit

Permalink
disable completions command
Browse files Browse the repository at this point in the history
  • Loading branch information
JunNishimura committed Sep 2, 2023
1 parent 2375ac9 commit b0502f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ func main() {
greetingCommand,
heyCommand,
)
rootCmd.CompletionOptions.DisableDefaultCmd = true // disable completions command

if err := rootCmd.Execute(); err != nil {
log.Fatal(err)
Expand Down

0 comments on commit b0502f5

Please sign in to comment.