mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Add uuid UDA type (#3827)
Mainly so that UDAs that refer to another task can be formated as "short".
This commit is contained in:
parent
bae37d9448
commit
31829d61fc
6 changed files with 107 additions and 12 deletions
|
@ -1384,7 +1384,7 @@ if you define a UDA named 'estimate', Taskwarrior will not know that this value
|
|||
is weeks, hours, minutes, money, or some other resource count.
|
||||
|
||||
.TP
|
||||
.B uda.<name>.type=string|numeric|date|duration
|
||||
.B uda.<name>.type=string|numeric|uuid|date|duration
|
||||
.RS
|
||||
Defines a UDA called '<name>', of the specified type.
|
||||
.RE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue