diff --git a/src/commands/CmdColumns.cpp b/src/commands/CmdColumns.cpp index 4199884ce..340f97dd2 100644 --- a/src/commands/CmdColumns.cpp +++ b/src/commands/CmdColumns.cpp @@ -51,7 +51,7 @@ int CmdColumns::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 () > 1) throw std::string (STRING_CMD_COLUMNS_ARGS);