Skip to main content

search

Function search 

Source
pub fn search(
    query: &str,
    project: Option<&str>,
    index: SearchIndex,
    framework: Option<Framework>,
    config_path: &Path,
    json_output: bool,
) -> Result<()>