From 8371ce79373220e0f730f67c3d6cdc4c0671d385 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 4 Jun 2016 10:33:46 -0400 Subject: [PATCH] CLI: Integrated ID args --- src/CLI.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/CLI.cpp b/src/CLI.cpp index 0ce9a430..c823e8bb 100644 --- a/src/CLI.cpp +++ b/src/CLI.cpp @@ -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) {