package cmd import "github.com/spf13/cobra" var runCmd = &cobra.Command{ Use: "run", Run: func(cmd *cobra.Command, args []string) { }, }