Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "clean [OPTIONS] [flags]", Short: "清理指令集", Example: "\neasyctl clean dns", Run: func(cmd *cobra.Command, args []string) { }, ValidArgs: []string{"dns"}, Args: cobra.ExactValidArgs(1), }
RootCmd clean命令
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.