feat: add timesheet debug
This commit is contained in:
parent
d614d678af
commit
0533c7777a
3 changed files with 79 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue