Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RootCmd = &cobra.Command{ Use: "kube-aws", Short: "Manage Kubernetes clusters on AWS", Long: ``, PersistentPreRun: func(cmd *cobra.Command, args []string) { colorEnabled, err := cmd.Flags().GetBool("color") if err != nil { panic(err) } ansi.DisableColors(!colorEnabled) }, } )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.