CLI: Integrated ID args

This commit is contained in:
Paul Beckingham 2016-06-04 10:33:46 -04:00
parent 5ee1aa8c9c
commit 8371ce7937

View file

@ -261,6 +261,7 @@ void CLI::analyze ()
handleArg0 ();
lexArguments ();
identifyOverrides ();
identifyIds ();
canonicalizeNames ();
identifyFilter ();
}
@ -468,6 +469,9 @@ void CLI::identifyFilter ()
if (a.hasTag ("HINT"))
a.tag ("FILTER");
else if (a.hasTag ("ID"))
a.tag ("FILTER");
else if (a._lextype == Lexer::Type::date ||
a._lextype == Lexer::Type::duration)
{