mobyvb / tasklist

a tool to keep track of tasks and how long you've been working on them
0 stars 0 forks source link

Display cumulative duration #17

Closed black-crowned-night-heron closed 1 year ago

black-crowned-night-heron commented 1 year ago

I modified the printTaskList function to calculate the cumulative duration of finished tasks, unfinished tasks, and the overall cumulative duration. Then I added print statements to display this information below the task list.

Resolves #11