mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdStop: Removed log
This commit is contained in:
parent
45cbe7d817
commit
086f0e9c03
3 changed files with 3 additions and 6 deletions
|
@ -218,6 +218,7 @@ int dispatchCommand (
|
|||
else if (command == "import") status = CmdImport ( );
|
||||
else if (command == "report") status = CmdReport (cli, rules, database, extensions);
|
||||
else if (command == "start") status = CmdStart (cli, rules, database );
|
||||
else if (command == "stop") status = CmdStop (cli, rules, database );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue