CLI2: Tags args 'UNKNOWN' to help spot an worthless use case

This commit is contained in:
Paul Beckingham 2015-07-12 17:56:59 -04:00
parent f09a39f043
commit c2c53fa668

View file

@ -465,6 +465,8 @@ void CLI2::lexArguments ()
else
{
A2 unknown (_original_args[i], Lexer::Type::word);
unknown.tag ("UNKNOWN");
if (lex.wasQuoted (_original_args[i]))
unknown.tag ("QUOTED");