Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AllFilesFlag ¶
type AllFilesFlag bool
const ( AllFiles AllFilesFlag = true NoAllFiles AllFilesFlag = false )
func (AllFilesFlag) Configure ¶
func (f AllFilesFlag) Configure(flags *flags)
type HumanReadableFlag ¶
type HumanReadableFlag bool
const ( HumanReadable HumanReadableFlag = true NoHumanReadable HumanReadableFlag = false )
func (HumanReadableFlag) Configure ¶
func (f HumanReadableFlag) Configure(flags *flags)
type LongFormatFlag ¶
type LongFormatFlag bool
const ( LongFormat LongFormatFlag = true ShortFormat LongFormatFlag = false )
func (LongFormatFlag) Configure ¶
func (f LongFormatFlag) Configure(flags *flags)
type RecursiveFlag ¶
type RecursiveFlag bool
const ( Recursive RecursiveFlag = true NoRecursive RecursiveFlag = false )
func (RecursiveFlag) Configure ¶
func (f RecursiveFlag) Configure(flags *flags)
type ReverseFlag ¶
type ReverseFlag bool
const ( Reverse ReverseFlag = true NoReverse ReverseFlag = false )
func (ReverseFlag) Configure ¶
func (f ReverseFlag) Configure(flags *flags)
Click to show internal directories.
Click to hide internal directories.