Improve query print dialog

This commit is contained in:
Ajeet D'Souza 2020-03-07 22:53:13 +05:30
parent 784ed10aad
commit d28d566149

View File

@ -112,7 +112,7 @@ fn zoxide() -> Result<(), failure::Error> {
}?;
if let Some(path) = path_opt {
print!("query: {}", path);
println!("query: {}", path.trim());
}
} else if let Some(matches) = matches.subcommand_matches("add") {
let now = get_current_time()?;