You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like for the stats command to show only active or inactive tasks so that I can have an overview of the time spent overall on tasks with a certain status (active/inactive).
The CLI seems a bit tricky to design since the default is to print all tasks.
We could have a --active and --inactive to select what to include, with the exception of not having neither flag gives all (both active and inactive), which is a bit counterintuitive.
Describe alternatives you've considered
There are no alternatives AFAIK.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
I'd like for the
stats
command to show only active or inactive tasks so that I can have an overview of the time spent overall on tasks with a certain status (active/inactive).The CLI seems a bit tricky to design since the default is to print all tasks.
We could have a
--active
and--inactive
to select what to include, with the exception of not having neither flag gives all (both active and inactive), which is a bit counterintuitive.Describe alternatives you've considered
There are no alternatives AFAIK.
The text was updated successfully, but these errors were encountered: