feat(timesheet): make hour-output default, decimal with two decimals

This commit is contained in:
Konstantin Fickel 2026-04-07 09:56:46 +02:00
parent 7f4d3bb147
commit 22ada87de6
Signed by: kfickel
GPG key ID: A793722F9933C1A5
3 changed files with 69 additions and 52 deletions

View file

@ -51,9 +51,9 @@ pub enum Commands {
/// Display extracted timesheets
Timesheet {
/// Display time as minutes (HH:MM) instead of decimal hours (H.Hh)
/// Display time as decimal hours (X.XXh) instead of the default HH:MM format
#[arg(short, long)]
minutes: bool,
decimal: bool,
/// Show all timecards grouped by day instead of the summary report
#[arg(short, long)]