diff --git a/src/commands/CmdGet.cpp b/src/commands/CmdGet.cpp index b1c1cf0dc..71debecbe 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.parser.getWords (); + std::vector words = context.cli.getWords (); if (words.size () == 0) throw std::string (STRING_CMD_GET_NO_DOM);