Commands - start

- Migrated handleStart to CmdStart.
This commit is contained in:
Paul Beckingham 2011-05-30 01:11:34 -04:00
parent 0429949de5
commit 86ab605bd4
9 changed files with 156 additions and 73 deletions

View file

@ -115,10 +115,6 @@ int CmdHelp::execute (const std::string&, std::string& output)
view.set (row, 1, "task delete ID");
view.set (row, 2, "Deletes the specified task.");
row = view.addRow ();
view.set (row, 1, "task start ID");
view.set (row, 2, "Marks specified task as started.");
row = view.addRow ();
view.set (row, 1, "task stop ID");
view.set (row, 2, "Removes the 'start' time from a task.");