mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 20:37:20 +02:00
Command - pull
- Migrated handlePull to CmdPull.
This commit is contained in:
parent
abd51e81a3
commit
99fae1f9a8
9 changed files with 164 additions and 77 deletions
|
@ -110,10 +110,6 @@ int CmdHelp::execute (const std::string&, std::string& output)
|
|||
row = view.addRow ();
|
||||
view.set (row, 1, "task push URL");
|
||||
view.set (row, 2, "Pushes the local *.data files to the URL.");
|
||||
|
||||
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.");
|
||||
*/
|
||||
|
||||
output = "\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue