mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +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
|
@ -98,7 +98,7 @@ std::string Config::_defaults =
|
|||
"burndown.bias=0.666 # Weighted mean bias toward recent data\n"
|
||||
"regex=no # Assume all search/filter strings are regexes\n"
|
||||
"xterm.title=no # Sets xterm title for some commands\n"
|
||||
"expressions=on # Support for algebraic expressions\n"
|
||||
"expressions=infix # Prefer infix over postfix expressions\n"
|
||||
"patterns=on # Support for regex patterns\n"
|
||||
"dom=on # Support DOM access\n"
|
||||
"json.array=off # Enclose JSON output in [ ]\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue