mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdCalc
- Set ambiguity to false, thus disabling recognition of certain date forms.
This commit is contained in:
parent
ddcadb35f7
commit
22f1bf709e
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ int CmdCalc::execute (std::string& output)
|
||||||
Eval e;
|
Eval e;
|
||||||
e.addSource (namedDates);
|
e.addSource (namedDates);
|
||||||
e.addSource (domSource);
|
e.addSource (domSource);
|
||||||
e.ambiguity (false); // TODO Could/should be configurable.
|
e.ambiguity (false); // TODO Configurable?
|
||||||
e.debug (context.config.getBoolean ("debug"));
|
e.debug (context.config.getBoolean ("debug"));
|
||||||
|
|
||||||
// Compile all the args into one expression.
|
// Compile all the args into one expression.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue