- Tagged expanded aliases with ALIAS.
This commit is contained in:
Paul Beckingham 2014-10-25 13:16:31 -04:00
parent 5daf673387
commit 7ff55037a6

View file

@ -431,6 +431,7 @@ void CLI::aliasExpansion ()
for (l = lexed.begin (); l != lexed.end (); ++l)
{
A a ("argLex", *l);
a.tag ("ALIAS");
a.tag ("LEX");
reconstructed.push_back (a);
}