pub async fn search( matches: &ArgMatches, unique_ids: Vec<String>, index_type: IndexType) -> Result<()>
Execute the search subcommand from goat-cli. Print a TSV.
search
goat-cli