Commands - duplicate

- Migrated handleDuplicate to CmdDuplicate.
This commit is contained in:
Paul Beckingham 2011-05-30 12:35:56 -04:00
parent 73e9f52793
commit 61c2e2b439
9 changed files with 186 additions and 101 deletions

View file

@ -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.");