Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrDashFlagNotLast = fmt.Errorf(`'-' must be the last argument`)
)
View Source
var (
ErrVariableNotSet = fmt.Errorf("value not set: mast be separated by [%s]", entity.EqualsSign)
)
Functions ¶
This section is empty.
Types ¶
type Flags ¶
type Flags struct { ConfigPath string Verbose bool DryRun bool Version bool ReadStdin bool TemplateVars TemplateVarsFlag AWD string // AWD application working directory Skip SkipFlag }
func (*Flags) FileLocationMessage ¶ added in v0.0.5
type TemplateVarsFlag ¶ added in v0.0.5
func (*TemplateVarsFlag) Set ¶ added in v0.0.5
func (v *TemplateVarsFlag) Set(s string) error
func (*TemplateVarsFlag) String ¶ added in v0.0.5
func (v *TemplateVarsFlag) String() string
Click to show internal directories.
Click to hide internal directories.