feat: add timesheet debug

This commit is contained in:
Konstantin Fickel 2026-04-07 08:42:14 +02:00
parent d614d678af
commit 0533c7777a
Signed by: kfickel
GPG key ID: A793722F9933C1A5
3 changed files with 79 additions and 10 deletions

View file

@ -54,6 +54,10 @@ pub enum Commands {
/// Display time as minutes (HH:MM) instead of decimal hours (H.Hh)
#[arg(short, long)]
minutes: bool,
/// Show all timecards grouped by day instead of the summary report
#[arg(short, long)]
debug: bool,
},
/// Generate shell completions