Versions in this module Expand all Collapse all v1 v1.0.0 May 7, 2023 Changes in this version + var ErrInvalidOS = errors.New("os must be l, m, or w") + var ErrNoSearchTerm = errors.New("must provide search term(s)") + func FromArgs(args []string) option + func NewSearcher(opts ...option) (*searcher, error) + func RunCLI() + func WithInput(input io.Reader) option + func WithOutput(output io.Writer) option