Skip to content

Commit

Permalink
Merge pull request #115 from JunNishimura/#114
Browse files Browse the repository at this point in the history
disable completions command
  • Loading branch information
JunNishimura committed Sep 2, 2023
2 parents 2375ac9 + b0502f5 commit ce0a4b6
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 ce0a4b6

Please sign in to comment.