mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdStart: Converted to CLI
This commit is contained in:
parent
5f2774c723
commit
eeb848d809
3 changed files with 6 additions and 5 deletions
|
@ -224,7 +224,7 @@ int dispatchCommand (
|
|||
else if (command == "import") status = CmdImport ( );
|
||||
else if (command == "log") status = CmdLog (cli, log);
|
||||
else if (command == "report") status = CmdReport (cli, rules, database, extensions, log);
|
||||
else if (command == "start") status = CmdStart (args, rules, database, log);
|
||||
else if (command == "start") status = CmdStart (cli, rules, database, log);
|
||||
else if (command == "stop") status = CmdStop (args, rules, database, log);
|
||||
else if (command == "tags") status = CmdTags ( rules, database, log);
|
||||
else if (command == "track") status = CmdTrack ( );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue