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