From 8894dc1244a9fbf2224ec3502cfd048b9fa6076d Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 14 Jun 2015 23:22:27 -0400 Subject: [PATCH] CmdConfig: Converted to CLI2::getWords --- src/commands/CmdConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/CmdConfig.cpp b/src/commands/CmdConfig.cpp index ec7627e72..4cc9ec39f 100644 --- a/src/commands/CmdConfig.cpp +++ b/src/commands/CmdConfig.cpp @@ -152,7 +152,7 @@ int CmdConfig::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 (); // Support: // task config name value # set name to value