Commands - config
- Migrated config and _config to CmdConfig.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user