mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Feature - Calc
- Gave the calc command access to DOM resolution. Needs a Lexer change to recognize DOM addresses.
This commit is contained in:
parent
9c41610f56
commit
02116a9a93
4 changed files with 51 additions and 8 deletions
|
@ -362,9 +362,9 @@ Enables or disables pattern support on the command line, such as /foo/.
|
|||
Defaults to on.
|
||||
|
||||
.TP
|
||||
.B expressions=on
|
||||
Enables or disables algebraic expression support on the command line, such as
|
||||
"due<eom and (pri=H or pri=M)". Defaults to on.
|
||||
.B expressions=infix|postfix
|
||||
Sets a preference for infix expressions (1 + 2) or postfix expressions (1 2 +).
|
||||
Defaults to infix.
|
||||
|
||||
.TP
|
||||
.B dom=on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue