Skip to content

Commit

Permalink
cli: fix autocomplete (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ghtym0 authored Jun 18, 2024
1 parent 4bff643 commit d61a116
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ var version = "0.0.0-dev"

func newRootCmd() *cobra.Command {
root := &cobra.Command{
Use: "contrast",
Short: "contrast",
PersistentPreRun: preRunRoot,
Version: version,
Expand Down

0 comments on commit d61a116

Please sign in to comment.