Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IgnoreErrorsFlag ¶
type IgnoreErrorsFlag bool
const ( IgnoreErrors IgnoreErrorsFlag = true NoIgnoreErrors IgnoreErrorsFlag = false )
func (IgnoreErrorsFlag) Configure ¶
func (i IgnoreErrorsFlag) Configure(flags *flags)
type InheritEnvFlag ¶
type InheritEnvFlag bool
const ( InheritEnv InheritEnvFlag = true NoInheritEnv InheritEnvFlag = false )
func (InheritEnvFlag) Configure ¶
func (i InheritEnvFlag) Configure(flags *flags)
type InteractiveFlag ¶
type InteractiveFlag bool
const ( Interactive InteractiveFlag = true NoInteractive InteractiveFlag = false )
func (InteractiveFlag) Configure ¶
func (i InteractiveFlag) Configure(flags *flags)
type WorkingDir ¶
type WorkingDir string
func (WorkingDir) Configure ¶
func (w WorkingDir) Configure(flags *flags)
Click to show internal directories.
Click to hide internal directories.