Skip to content

Commit

Permalink
fix: add missing subcommand wiring to root command
Browse files Browse the repository at this point in the history
  • Loading branch information
omissis committed Aug 27, 2022
1 parent b9bf85a commit 12cd641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ func NewRootCommand(versions map[string]string) *RootCommand {

cobrax.BindFlags(root.Command, v, envPrefix)

// root.AddCommand()
root.AddCommand(NewValidateCommand(&root.config.Output))
root.AddCommand(NewVerifyCommand(&root.config.Output))
root.AddCommand(NewVersionCommand(&root.config.Output, versions))

return root
Expand Down

0 comments on commit 12cd641

Please # to comment.