From d84b73894080e00e2125538c39df9330e744f1e2 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 25 Oct 2014 22:36:17 -0400 Subject: [PATCH] CLI - Converted CmdColumns from Parser to CLI. --- src/commands/CmdColumns.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);