mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 13:23:08 +02:00
Commands - stop
- Migrated handleStop to CmdStop.
This commit is contained in:
parent
86ab605bd4
commit
9e3c6f5bc1
9 changed files with 148 additions and 65 deletions
|
@ -56,7 +56,6 @@ int handleCompletionConfig (std::string&);
|
|||
int handleQuery (std::string&);
|
||||
int handleConfig (std::string&);
|
||||
int handleDelete (std::string&);
|
||||
int handleStop (std::string&);
|
||||
int handleDuplicate (std::string&);
|
||||
void handleUndo ();
|
||||
void handleMerge (std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue