Skip to content

find

find

find <QUERY> [OPTIONS]

Search for commands based on names and descriptions.

Arguments

QUERY
The search query.
Type: text
Required:

Options

--limit <LIMIT>
Maximum number of results to show.
Type: integer range
Min: 1

--min-score <MIN_SCORE>
Minimum match ratio to show. Lower = more results.
Type: integer range
Min: 0
Max: 100
Default: 75

--names/--no-names
Search in command names.
Type: boolean (flag)
Default: True

--descriptions/--no-descriptions
Search in command descriptions.
Type: boolean (flag)
Default: True

--strategy <STRATEGY>
The matching strategy to use. Strategies require different scoring thresholds. The default threshold is optimized for partial ratio.
Type: choice
Choices: ratio, partial-ratio, token-sort-ratio, token-set-ratio
Default: partial-ratio