CmdConfig
- Converted from A3 to A3t.
This commit is contained in:
@@ -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.a3.extract_words ();
|
std::vector <std::string> words = context.a3t.getWords ();
|
||||||
|
|
||||||
// Support:
|
// Support:
|
||||||
// task config name value # set name to value
|
// task config name value # set name to value
|
||||||
|
|||||||
Reference in New Issue
Block a user