func Execute()

in cli/rapctl/cmd/root.go [43:48]


func Execute() {
	err := rootCmd.Execute()
	if err != nil {
		os.Exit(1)
	}
}