mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Feature #953
- Added Feature #953, which includes the total number of blocked and blocking tasks to the 'statistics' command output (thanks to T. Charles Yun).
This commit is contained in:
parent
bb167b2275
commit
68963ad3e4
4 changed files with 18 additions and 0 deletions
|
@ -260,6 +260,8 @@
|
|||
#define STRING_CMD_STATS_DESC_LEN "Average desc length"
|
||||
#define STRING_CMD_STATS_CHARS "{1} characters"
|
||||
#define STRING_CMD_STATS_LAST_SYNCH "Last server synchronization"
|
||||
#define STRING_CMD_STATS_BLOCKED "Blocked tasks"
|
||||
#define STRING_CMD_STATS_BLOCKING "Blocking tasks"
|
||||
#define STRING_CMD_REPORTS_USAGE "Lists all supported reports"
|
||||
#define STRING_CMD_REPORTS_REPORT "Report"
|
||||
#define STRING_CMD_REPORTS_DESC "Description"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue