mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 00:43:07 +02:00
Docs: Updated man page for DOM ref changes
This commit is contained in:
parent
29c18c2c64
commit
9bc8643ce5
1 changed files with 10 additions and 5 deletions
|
@ -633,11 +633,16 @@ Accesses and displays the DOM reference(s). Used to extract individual values
|
||||||
from tasks, or the system. Supported DOM references are:
|
from tasks, or the system. Supported DOM references are:
|
||||||
|
|
||||||
rc.<name>
|
rc.<name>
|
||||||
context.program
|
tw.syncneeded
|
||||||
context.args
|
tw.program
|
||||||
context.width
|
tw.args
|
||||||
context.height
|
tw.width
|
||||||
system.version
|
tw.height
|
||||||
|
context.program (Deprecated in 2.6.0)
|
||||||
|
context.args (Deprecated in 2.6.0)
|
||||||
|
context.width (Deprecated in 2.6.0)
|
||||||
|
context.height (Deprecated in 2.6.0)
|
||||||
|
system.versio
|
||||||
system.os
|
system.os
|
||||||
<id>.<attribute>
|
<id>.<attribute>
|
||||||
<uuid>.<attribute>
|
<uuid>.<attribute>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue