mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +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
|
@ -292,6 +292,14 @@ Shows all recurring tasks matching the specified criteria.
|
|||
.B waiting [tags] [attrs] [description]
|
||||
Shows all waiting tasks matching the specified criteria.
|
||||
|
||||
.TP
|
||||
.B blocked [tags] [attrs] [description]
|
||||
Shows all blocked tasks, that are dependent on other tasks.
|
||||
|
||||
.TP
|
||||
.B unblocked [tags] [attrs] [description]
|
||||
Shows all tasks that are not blocked by dependencies.
|
||||
|
||||
.TP
|
||||
.B next [tags] [attrs] [description]
|
||||
Shows all tasks with upcoming due dates matching the specified criteria.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue