Skip to content

Commit

Permalink
added doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jul 28, 2022
1 parent 2923c93 commit be21baf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ func Execute() {
cobra.CheckErr(rootCmd.Execute())
}

// RootCmdFlags returns the flags for the root command.
func RootCmdFlags(cmd *cobra.Command) {
// Custom flags
cmd.Flags().StringVar(
Expand Down

0 comments on commit be21baf

Please sign in to comment.