- Converted CmdConfig from Parser to CLI.
This commit is contained in:
Paul Beckingham 2014-10-25 22:37:43 -04:00
parent d84b738940
commit 6973cfefb8

View file

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