mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Documentation
- Precise that the 'uuids' command applies the filter on all tasks contrarily to 'ids'.
This commit is contained in:
parent
f70cad081f
commit
eae4cae13b
1 changed files with 4 additions and 2 deletions
|
@ -212,7 +212,8 @@ is generated (equivalent to verbose=nothing).
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B task <filter> uuids
|
.B task <filter> uuids
|
||||||
Applies the filter then extracts only the task UUIDs and presents them as
|
Applies the filter on all tasks (even deleted and completed tasks)
|
||||||
|
then extracts only the task UUIDs and presents them as
|
||||||
a comma-separated list. This is useful as input to a task command, to achieve
|
a comma-separated list. This is useful as input to a task command, to achieve
|
||||||
this:
|
this:
|
||||||
|
|
||||||
|
@ -483,7 +484,8 @@ Shows only the IDs of matching tasks, in the form of a list.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B task <filter> _uuids
|
.B task <filter> _uuids
|
||||||
Shows only the UUIDs of matching tasks, in the form of a list.
|
Shows only the UUIDs of matching tasks among all tasks (even deleted and
|
||||||
|
completed tasks), in the form of a list.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B task <filter> _projects
|
.B task <filter> _projects
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue