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.
pub fn cmd_search(
query: &str,
mode: &str,
top_k: usize,
project_path: &str,
config: &SeekrConfig,
json_output: bool,
) -> Result<(), SeekrError>Execute the seekr-code search command.