// This is free and unencumbered software released into the public domain.
usecrate::{
StandardOptions,SysexitsError::{self},};useasimov_module::ModuleName;usemiette::Result;pub async fnsearch(_prompt: String,
_module:Option<ModuleName>,
_flags:&StandardOptions,
)->Result<(), SysexitsError>{Ok(())// TODO
}