Add uuid UDA type (#3827)

Mainly so that UDAs that refer to another task can be formated as
"short".
This commit is contained in:
Ram-Z 2025-04-21 01:51:38 +01:00 committed by GitHub
parent bae37d9448
commit 31829d61fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 107 additions and 12 deletions

View file

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