Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SearchOptions ¶
type SearchOptions struct { // Text is the target string to search in a bucket Text string // FileName is the regex or exact name of the target file to search for specific Text FileName string *options.RootOptions }
SearchOptions contains frequent command line and application options.
func GetSearchOptions ¶
func GetSearchOptions() *SearchOptions
GetSearchOptions returns the pointer of FindOptions
func (*SearchOptions) InitFlags ¶
func (opts *SearchOptions) InitFlags(cmd *cobra.Command)
func (*SearchOptions) SetZeroValues ¶
func (opts *SearchOptions) SetZeroValues()
Click to show internal directories.
Click to hide internal directories.