Skip to main content

run

Function run 

Source
pub fn run(opts: &SearchOptions, project_root: &Path) -> Result<SearchOutput>
Expand description

Run the search and return aggregated results.

ยงErrors

Returns an error if the regex pattern is invalid or file walking fails.