Closed tcassaert closed 2 years ago
Thank you for your suggestion! I agree with you that normally a report in hours would make more sense. I think I would make the output in hours the default and add an option for those who would like an output in days.
After considering several alternatives I have decided to just not show days in reports any more (Commit: c6c9ba17f8d8518dedd211c0c773d9b5bb10a2ba). For most use cases reports in days do not make sense and if someone really needs the number of days it can easily be calculated.
I have not added any extra option to show days. This would have created a lot of clutter in the code, but if someone comes up with an elegant solution for this I would happily accept a pull request.
Currently, the week report looks like this:
To me, a report in hours makes more sense, but maybe it can be just configurable instead of just changing it to hours, with something like
--format={days,hours}
.