Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶ added in v1.1.0
type Option func(*Task)
Option configures a runtime option.
type Task ¶
type Task struct {
Args map[string]interface{}
Commands yaml2.List
Deps []string
Dir string
Docker *config.Docker
Interval string
Summary string
Status yaml2.List
Tasks yaml2.List
Usage string
Variables map[string]string
// contains filtered or unexported fields
}
Task represents a task.
func (*Task) PrintUsage ¶ added in v1.1.0
PrintUsage print usage of task.
Click to show internal directories.
Click to hide internal directories.