diff --git a/src/commands/CmdGet.cpp b/src/commands/CmdGet.cpp index 880a7f7aa..7868cb045 100644 --- a/src/commands/CmdGet.cpp +++ b/src/commands/CmdGet.cpp @@ -49,7 +49,7 @@ int CmdGet::execute (std::string& output) { // Obtain the arguments from the description. That way, things like '--' // have already been handled. - std::vector words = context.cli.getWords (); + std::vector words = context.cli2.getWords (false); if (words.size () == 0) throw std::string (STRING_CMD_GET_NO_DOM);