mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdReport: Converted to CLI
This commit is contained in:
parent
b7af901661
commit
7715b5fb23
3 changed files with 13 additions and 12 deletions
|
@ -223,7 +223,7 @@ int dispatchCommand (
|
|||
else if (command == "help") status = CmdHelp (cli, log);
|
||||
else if (command == "import") status = CmdImport ( );
|
||||
else if (command == "log") status = CmdLog (cli, log);
|
||||
else if (command == "report") status = CmdReport (args, rules, database, extensions, 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 == "stop") status = CmdStop (args, rules, database, log);
|
||||
else if (command == "tags") status = CmdTags ( rules, database, log);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue