Skip to content

Commit

Permalink
fix debug flag for get subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
petedannemann committed Sep 18, 2023
1 parent 344042a commit 6d61d1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/topicctl/subcmd/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ func init() {
}

func getPreRun(cmd *cobra.Command, args []string) error {
if err := RootCmd.PersistentPreRunE(cmd, args); err != nil {
return err
}
return getConfig.shared.validate()
}

Expand Down

0 comments on commit 6d61d1e

Please sign in to comment.