Skip to main content

cmd_search

Function cmd_search 

Source
pub fn cmd_search(
    query: &str,
    mode: &str,
    top_k: usize,
    project_path: &str,
    config: &SeekrConfig,
    json_output: bool,
) -> Result<(), SeekrError>
Expand description

Execute the seekr-code search command.