diff --git a/src/commands/CmdContext.cpp b/src/commands/CmdContext.cpp index 4a1233337..ee0880f5c 100644 --- a/src/commands/CmdContext.cpp +++ b/src/commands/CmdContext.cpp @@ -54,7 +54,7 @@ int CmdContext::execute (std::string& output) std::stringstream out; // Get the non-attribute, non-fancy command line arguments. - std::vector words = context.cli.getWords (); + std::vector words = context.cli2.getWords (); if (words.size () > 0) {