fixed formatting to be more consistent w/ pacman

i18n
jnats 3 years ago
parent 0b66827382
commit 10106d1f7b

@ -3,7 +3,7 @@ use std::{ops::Deref, process::Command};
pub fn a_search(pkg: &str) {
let results = raur::search(&pkg);
for res in &results {
println!("{} {}\n {}", res[0].name, res[0].version, res[0].description.as_ref().map_or("n/a", String::deref));
println!("aur/{} {}\n {}", res[0].name, res[0].version, res[0].description.as_ref().map_or("n/a", String::deref));
}
}

Loading…
Cancel
Save