CmdConfig: Converted to CLI2::getWords

This commit is contained in:
Paul Beckingham 2015-06-14 23:22:27 -04:00
parent 687e7c5e70
commit 8894dc1244

View file

@ -152,7 +152,7 @@ int CmdConfig::execute (std::string& output)
std::stringstream out;
// Get the non-attribute, non-fancy command line arguments.
std::vector <std::string> words = context.cli.getWords ();
std::vector <std::string> words = context.cli2.getWords ();
// Support:
// task config name value # set name to value