mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Documentation
- Clarified that the 'all' report does not have a filter, and can therefore show all tasks, including recurring parent tasks.
This commit is contained in:
parent
06e15b6e25
commit
074ae41ee6
3 changed files with 4 additions and 3 deletions
|
@ -401,7 +401,7 @@ std::string Config::defaults =
|
|||
"#report.waiting.annotations=full\n"
|
||||
"\n"
|
||||
"# task all\n"
|
||||
"report.all.description=Lists all tasks matching the specified criteria\n"
|
||||
"report.all.description=Lists all tasks matching the specified criteria, including parents of recurring tasks\n"
|
||||
"report.all.columns=id,project,priority,due,end,active,age,description\n"
|
||||
"report.all.labels=ID,Project,Pri,Due,Completed,Active,Age,Description\n"
|
||||
"report.all.sort=project+,due+,end+,priority-,active-,description+\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue