TW-1878: uuids subcommand produces a space-delimited list, not comma-delimited

- Thanks to Scott Kostyshak.
This commit is contained in:
Paul Beckingham 2016-12-22 08:49:57 -05:00
parent e2d3737590
commit b600671e53
2 changed files with 4 additions and 3 deletions

View file

@ -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'

View file

@ -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