Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppendFlag ¶
type AppendFlag bool
const ( Append AppendFlag = true Overwrite AppendFlag = false )
func (AppendFlag) Configure ¶
func (f AppendFlag) Configure(flags *flags)
type IgnoreInterruptFlag ¶
type IgnoreInterruptFlag bool
const ( IgnoreInterrupt IgnoreInterruptFlag = true NoIgnoreInterrupt IgnoreInterruptFlag = false )
func (IgnoreInterruptFlag) Configure ¶
func (f IgnoreInterruptFlag) Configure(flags *flags)
Click to show internal directories.
Click to hide internal directories.