diff --git a/src/CLI2.cpp b/src/CLI2.cpp index 182a1d328..15e178f83 100644 --- a/src/CLI2.cpp +++ b/src/CLI2.cpp @@ -427,7 +427,7 @@ void CLI2::lexArguments () else if (terminated) type = Lexer::Type::word; - A2 a (lexeme, type); + A2 a (_original_args[i], type); if (terminated) a.tag ("TERMINATED"); if (quoted)