mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Commands - config
- Migrated config and _config to CmdConfig.
This commit is contained in:
parent
0f5a4434ff
commit
6cf7644e02
9 changed files with 247 additions and 149 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue