Documentation ¶ Index ¶ Variables func Execute() type ExecData Constants ¶ This section is empty. Variables ¶ View Source var CmdToolbox = &cobra.Command{ Use: "toolbox", Short: "toolbox", Version: cmd.Version, Run: func(c *cobra.Command, args []string) { if err := c.Help(); err != nil { log.Fatal(err) } }, } Functions ¶ func Execute ¶ func Execute() Types ¶ type ExecData ¶ type ExecData struct { Cmd []string `json:"cmd,omitempty"` Env map[string]string `json:"env,omitempty"` WorkingDir string `json:"working_dir,omitempty"` } Source Files ¶ View all Source files archive.go createfile.go exec.go expanddir.go mkdir.go shell.go sleeper.go template.go toolbox.go unarchive.go Click to show internal directories. Click to hide internal directories.