mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Feature #921
- Feature #921, which implements a 'udas' command that describes defined UDAs, and a '_udas' for completion purposes.
This commit is contained in:
parent
ca1fce280b
commit
b63bd9e985
8 changed files with 232 additions and 0 deletions
|
@ -225,6 +225,10 @@ filter, then makes each of those tasks pending again.
|
|||
This command is mainly of use to external scripts. As such, only minimal
|
||||
output is generated (equivalent to verbose=nothing).
|
||||
|
||||
.TP
|
||||
.B task udas
|
||||
Shows a list of UDAs that are defined, including their name, type and label.
|
||||
|
||||
.TP
|
||||
.B task <filter> information
|
||||
Shows all data and metadata for the specified tasks. This is the only means of
|
||||
|
@ -487,6 +491,10 @@ Shows only the IDs 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
|
||||
.B task _udas
|
||||
Shows only defined UDA names, in the form of a list.
|
||||
|
||||
.TP
|
||||
.B task <filter> _projects
|
||||
Shows only a list of all project names used.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue