Skip to content

Commit

Permalink
chore(cmd): Explicitly add version flag
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Aug 17, 2023
1 parent 1525c72 commit 5524b0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func NewCommand(version, commit string) *cobra.Command {
config.PausedInterval(cmd)
config.PlayingInterval(cmd)
config.Categories(cmd)
cmd.InitDefaultVersionFlag()

return cmd
}
Expand Down

0 comments on commit 5524b0b

Please sign in to comment.