Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "exec [flags]", Short: "执行命令指令集", Example: "\neasyctl exec -c config.yaml", Run: func(cmd *cobra.Command, args []string) { if runErr := Exec(Entity{Cmd: cmd, Fnc: runner.Run}); runErr != nil { panic(runErr) } }, }
RootCmd close命令
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.