Enhancement - duplicate command

- Added duplicate command that duplicates a task, and en passant
  applies and specified changes (thanks to David J Patrick).
This commit is contained in:
Paul Beckingham
2009-05-07 23:08:53 -04:00
parent aec64afc5c
commit b23bad9a5b
9 changed files with 170 additions and 13 deletions

View File

@@ -127,6 +127,7 @@ static const char* commands[] =
"completed",
"delete",
"done",
"duplicate",
"export",
"help",
"history",