Commands - delete

- Migrated handleDelete to CmdDelete.
This commit is contained in:
Paul Beckingham 2011-05-30 14:00:34 -04:00
parent 908fbd8ca4
commit abd51e81a3
9 changed files with 236 additions and 150 deletions

View file

@ -103,10 +103,6 @@ int CmdHelp::execute (const std::string&, std::string& output)
view.set (row, 1, "task ID");
view.set (row, 2, "Specifying an ID without a command invokes the 'info' command.");
row = view.addRow ();
view.set (row, 1, "task delete ID");
view.set (row, 2, "Deletes the specified task.");
row = view.addRow ();
view.set (row, 1, "task merge URL");
view.set (row, 2, "Merges the specified undo.data file with the local data files.");