fix(main): consistent history label italics

This commit is contained in:
xeruf 2024-12-05 23:02:22 +01:00
parent 6fc8b42bcc
commit e1c1b1d4f6
1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@ async fn main() -> Result<()> {
format!("{} {}",
if max == usize::MAX { "All".to_string() } else { format!("Latest {max} entries of") },
label)
},
}.italic(),
vec.iter().rev().join("\n"));
} else if let Some((key, _)) = tasks.find_user(arg) {
let (label, mut times) = tasks.times_tracked_for(&key);