From 72073b7515d1c096e00cd16d2da8c1deda084182 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 16 Jun 2015 21:53:51 -0400 Subject: [PATCH] CmdContext: Converted from CLI to CLI2 --- src/commands/CmdContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {