Commands - edit

- Migrated edit.cpp to CmdEdit.
This commit is contained in:
Paul Beckingham 2011-05-28 13:38:44 -04:00
parent ed97fcc108
commit 9af1c71daf
9 changed files with 135 additions and 88 deletions

View file

@ -114,10 +114,6 @@ int CmdHelp::execute (const std::string& command_line, 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 edit ID");
view.set (row, 2, "Launches an editor to let you modify all aspects of a task directly, therefore it is to be used carefully.");
row = view.addRow ();
view.set (row, 1, "task undo");
view.set (row, 2, "Reverts the most recent action.");