fix(main): consistent history label italics
This commit is contained in:
parent
6fc8b42bcc
commit
e1c1b1d4f6
|
@ -640,7 +640,7 @@ async fn main() -> Result<()> {
|
||||||
format!("{} {}",
|
format!("{} {}",
|
||||||
if max == usize::MAX { "All".to_string() } else { format!("Latest {max} entries of") },
|
if max == usize::MAX { "All".to_string() } else { format!("Latest {max} entries of") },
|
||||||
label)
|
label)
|
||||||
},
|
}.italic(),
|
||||||
vec.iter().rev().join("\n"));
|
vec.iter().rev().join("\n"));
|
||||||
} else if let Some((key, _)) = tasks.find_user(arg) {
|
} else if let Some((key, _)) = tasks.find_user(arg) {
|
||||||
let (label, mut times) = tasks.times_tracked_for(&key);
|
let (label, mut times) = tasks.times_tracked_for(&key);
|
||||||
|
|
Loading…
Reference in New Issue