Documentation
¶
Index ¶
Constants ¶
View Source
const ( // TaskName is the name of the task this file implements TaskName string = "common/exec" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Inputs ¶
type Inputs struct { Cmd string `json:"cmd" yaml:"cmd"` Args []interface{} `json:"args,omitempty" yaml:"args,omitempty"` DisableInterpolation bool `json:"disableInterpolation,omitempty" yaml:"disableInterpolation,omitempty"` }
Inputs contain the name and arguments of the command to be executed.
Click to show internal directories.
Click to hide internal directories.