mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
TW-1878: uuids subcommand produces a space-delimited list, not comma-delimited
- Thanks to Scott Kostyshak.
This commit is contained in:
parent
e2d3737590
commit
b600671e53
2 changed files with 4 additions and 3 deletions
|
@ -32,6 +32,8 @@
|
|||
(thanks to Zachary Manning).
|
||||
- TW-1873 Specify different path to extensions/hooks directory
|
||||
(thanks to Eli).
|
||||
- TW-1878 uuids subcommand produces a space-delimited list, not comma-delimited
|
||||
(thanks to Scott Kostyshak).
|
||||
- Added 'juhannus' as a synonym for 'midsommarafton'
|
||||
(thanks to Lynoure Braakman).
|
||||
- Deprecated the 'DUETODAY' virtual tag, which is a synonym for the 'TODAY'
|
||||
|
|
|
@ -231,9 +231,8 @@ This command is mainly of use to external scripts.
|
|||
.TP
|
||||
.B task <filter> uuids
|
||||
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
|
||||
this:
|
||||
then extracts only the task UUIDs and presents them as a space-separated list.
|
||||
This is useful as input to a task command, to achieve this:
|
||||
|
||||
task $(task project:Home status:completed uuids) modify status:pending
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue