mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Commands - duplicate
- Migrated handleDuplicate to CmdDuplicate.
This commit is contained in:
parent
73e9f52793
commit
61c2e2b439
9 changed files with 186 additions and 101 deletions
|
@ -54,7 +54,6 @@ int handleDone (std::string&);
|
|||
int handleModify (std::string&);
|
||||
int handleQuery (std::string&);
|
||||
int handleDelete (std::string&);
|
||||
int handleDuplicate (std::string&);
|
||||
void handleUndo ();
|
||||
void handleMerge (std::string&);
|
||||
void handlePush (std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue