Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Expression ¶
type Expression string
func (Expression) Configure ¶
func (e Expression) Configure(flags *flags)
type ExtendedRegexFlag ¶
type ExtendedRegexFlag bool
const ( ExtendedRegex ExtendedRegexFlag = true NoExtendedRegex ExtendedRegexFlag = false )
func (ExtendedRegexFlag) Configure ¶
func (f ExtendedRegexFlag) Configure(flags *flags)
type InPlaceFlag ¶
type InPlaceFlag bool
const ( InPlace InPlaceFlag = true NoInPlace InPlaceFlag = false )
func (InPlaceFlag) Configure ¶
func (f InPlaceFlag) Configure(flags *flags)
type ScriptFile ¶
type ScriptFile string
func (ScriptFile) Configure ¶
func (s ScriptFile) Configure(flags *flags)
Click to show internal directories.
Click to hide internal directories.