- Feature #921, which implements a 'udas' command that describes defined UDAs,
  and a '_udas' for completion purposes.
This commit is contained in:
Paul Beckingham 2012-05-28 16:06:33 -04:00
parent ca1fce280b
commit b63bd9e985
8 changed files with 232 additions and 0 deletions

View file

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