Commands - config

- Migrated config and _config to CmdConfig.
This commit is contained in:
Paul Beckingham 2011-05-30 11:18:59 -04:00
parent 0f5a4434ff
commit 6cf7644e02
9 changed files with 247 additions and 149 deletions

View file

@ -162,10 +162,6 @@ int CmdHelp::execute (const std::string&, std::string& output)
row = view.addRow ();
view.set (row, 1, "task pull URL");
view.set (row, 2, "Overwrites the local *.data files with those found at the URL.");
row = view.addRow ();
view.set (row, 1, "task config [name [value | '']]");
view.set (row, 2, "Add, modify and remove settings in the task configuration.");
*/
output = "\n"