mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
Enhancements - stop command
- Implemented stop command - Fixed bug in TDB that failed to truncate the pending file on update.
This commit is contained in:
parent
1551362d1e
commit
41e137a92c
3 changed files with 31 additions and 13 deletions
|
@ -192,9 +192,7 @@ std::string Context::dispatch ()
|
|||
else if (cmd.command == "undelete") { out = handleUndelete (); }
|
||||
*/
|
||||
else if (cmd.command == "start") { out = handleStart (); }
|
||||
/*
|
||||
else if (cmd.command == "stop") { out = handleStop (); }
|
||||
*/
|
||||
else if (cmd.command == "export") { out = handleExport (); }
|
||||
/*
|
||||
else if (cmd.command == "import") { out = handleImport (); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue