Documentation ¶
Index ¶
Constants ¶
View Source
const ( Name = "gohub" PackagePath = "github.com/ping-cloudnative/moonlight-utils" )
common value
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: Name, Short: Name, Long: `The ` + Name + ` is CLI tools for erda-infra. Complete documentation is available at https://` + PackagePath + ` .`, Run: func(cmd *cobra.Command, args []string) { cmd.Usage() os.Exit(1) }, }
RootCmd .
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.