Command - append

- Migrated handleAppend to CmdAppend.
This commit is contained in:
Paul Beckingham 2011-05-28 16:41:21 -04:00
parent ef65617258
commit b9246e04b2
9 changed files with 177 additions and 92 deletions

View file

@ -96,10 +96,6 @@ int CmdHelp::execute (const std::string& command_line, std::string& output)
view.set (row, 1, "task log [tags] [attrs] desc...");
view.set (row, 2, "Adds a new task that is already completed.");
row = view.addRow ();
view.set (row, 1, "task append ID [tags] [attrs] desc...");
view.set (row, 2, "Appends more description to an existing task.");
row = view.addRow ();
view.set (row, 1, "task annotate ID desc...");
view.set (row, 2, "Adds an annotation to an existing task.");