CmdCalc
- Set ambiguity to false, thus disabling recognition of certain date forms.
This commit is contained in:
@@ -58,7 +58,7 @@ int CmdCalc::execute (std::string& output)
|
||||
Eval e;
|
||||
e.addSource (namedDates);
|
||||
e.addSource (domSource);
|
||||
e.ambiguity (false); // TODO Could/should be configurable.
|
||||
e.ambiguity (false); // TODO Configurable?
|
||||
e.debug (context.config.getBoolean ("debug"));
|
||||
|
||||
// Compile all the args into one expression.
|
||||
|
||||
Reference in New Issue
Block a user