Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RunArgs ¶
type RunArgs struct {
Target string `arg:"positional" default:"" help:"A task to execute. Defaults to the first task in Cogsfile if not specified"`
File string `arg:"-f,--file" help:"Cogsfile for task definitions" default:"cogs.yaml"`
AlwaysDocker bool `arg:"-d,--always-docker" help:"Always use Docker executor"`
AlwaysShell bool `arg:"-s,--always-shell" help:"Always use Shell executor"`
PlanOnly bool `arg:"-p,--plan-only" help:"Show execution plan and exit"`
}
Click to show internal directories.
Click to hide internal directories.