func Execute()

in cli/cmd/root.go [45:47]


func Execute() {
	cobra.CheckErr(rootCmd.Execute())
}