mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-12-28 03:45:06 +00:00
Improve query print dialog
This commit is contained in:
parent
784ed10aad
commit
d28d566149
@ -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()?;
|
||||
|
Loading…
Reference in New Issue
Block a user