mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Commands - duplicate
- Migrated handleDuplicate to CmdDuplicate.
This commit is contained in:
parent
73e9f52793
commit
61c2e2b439
9 changed files with 186 additions and 101 deletions
|
@ -107,10 +107,6 @@ int CmdHelp::execute (const std::string&, std::string& output)
|
|||
view.set (row, 1, "task undo");
|
||||
view.set (row, 2, "Reverts the most recent action.");
|
||||
|
||||
row = view.addRow ();
|
||||
view.set (row, 1, "task duplicate ID [tags] [attrs] [desc...]");
|
||||
view.set (row, 2, "Duplicates the specified task, and allows modifications.");
|
||||
|
||||
row = view.addRow ();
|
||||
view.set (row, 1, "task delete ID");
|
||||
view.set (row, 2, "Deletes the specified task.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue