mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-24 08:56:43 +02:00
- Added 'status' as a reportable column (thanks to Peter De Poorter and Bryce Harrington). - Closed features pertaining to the 'task ids ... | task ...' (thanks to Bryce Harrington and Eric Fluger).
This commit is contained in:
parent
60a5d271f4
commit
f049ab3432
5 changed files with 26 additions and 7 deletions
|
@ -894,10 +894,10 @@ The description for report X when running the "task help" command.
|
|||
.TP
|
||||
.B report.X.columns
|
||||
The columns that will be used when generating the report X. Valid columns are:
|
||||
id, uuid, project, priority, priority_long, entry, start, end, due, countdown,
|
||||
countdown_compact, age, age_compact, active, tags, depends, description_only,
|
||||
description, recur, recurrence_indicator, tag_indicator and wait.
|
||||
The IDs are separated by commas.
|
||||
id, uuid, status, project, priority, priority_long, entry, start, end, due,
|
||||
countdown, countdown_compact, age, age_compact, active, tags, depends,
|
||||
description_only, description, recur, recurrence_indicator, tag_indicator and
|
||||
wait. The IDs are separated by commas.
|
||||
|
||||
.TP
|
||||
.B report.X.labels
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue