mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Dependencies
- Added a new 'unblocked' report to complement the 'blocked' report. - Updated docs.
This commit is contained in:
parent
a75c018106
commit
bde1e0dd9a
4 changed files with 13 additions and 2 deletions
|
@ -393,7 +393,7 @@ std::string Config::defaults =
|
|||
"#report.next.annotations=full\n"
|
||||
"\n"
|
||||
"# task blocked\n"
|
||||
"report.blocked.description=Lists all tasks matching the specified criteria\n"
|
||||
"report.blocked.description=Lists all blocked tasks matching the specified criteria\n"
|
||||
"report.blocked.columns=id,depends,project,priority,due,active,age,description\n"
|
||||
"report.blocked.labels=ID,Deps,Project,Pri,Due,Active,Age,Description\n"
|
||||
"report.blocked.sort=due+,priority-,active-,project+\n"
|
||||
|
@ -401,7 +401,7 @@ std::string Config::defaults =
|
|||
"#report.blocked.dateformat=m/d/Y\n"
|
||||
"\n"
|
||||
"# task unblocked\n"
|
||||
"report.unblocked.description=Lists all tasks matching the specified criteria\n"
|
||||
"report.unblocked.description=Lists all unblocked tasks matching the specified criteria\n"
|
||||
"report.unblocked.columns=id,depends,project,priority,due,active,age,description\n"
|
||||
"report.unblocked.labels=ID,Deps,Project,Pri,Due,Active,Age,Description\n"
|
||||
"report.unblocked.sort=due+,priority-,active-,project+\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue