Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFlags ¶
func NewFlags() []cli.Flag
NewFlags generates command line flags to configure the search.
func NewOptions ¶
NewOptions search options from command line arguments
Types ¶
type ErrNotFound ¶
type ErrNotFound struct {
// contains filtered or unexported fields
}
ErrNotFound is emitted when the project dir tree search is finished but no matching files are found.
func (ErrNotFound) Error ¶
func (e ErrNotFound) Error() string
func (ErrNotFound) ExitCode ¶
func (e ErrNotFound) ExitCode() int
ExitCode returns the analyzer CLI application exit code which should be returned upon analyzer termination when ErrNotFound occurs.
Click to show internal directories.
Click to hide internal directories.