From 6973cfefb8eaf2c8a263804321545d87422d12d0 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 25 Oct 2014 22:37:43 -0400 Subject: [PATCH] CLI - Converted CmdConfig from Parser to CLI. --- 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 1380f9d64..2c24bbd2f 100644 --- a/src/commands/CmdConfig.cpp +++ b/src/commands/CmdConfig.cpp @@ -53,7 +53,7 @@ int CmdConfig::execute (std::string& output) std::stringstream out; // Get the non-attribute, non-fancy command line arguments. - std::vector words = context.parser.getWords (); + std::vector words = context.cli.getWords (); // Support: // task config name value # set name to value