mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
init: Added 'summary' command
This commit is contained in:
parent
65665a32cb
commit
d45dd034ae
1 changed files with 20 additions and 19 deletions
|
@ -254,6 +254,7 @@ int dispatchCommand (
|
||||||
else if (command == "month") status = CmdReportMonth (cli, rules, database );
|
else if (command == "month") status = CmdReportMonth (cli, rules, database );
|
||||||
else if (command == "start") status = CmdStart (cli, rules, database );
|
else if (command == "start") status = CmdStart (cli, rules, database );
|
||||||
else if (command == "stop") status = CmdStop (cli, rules, database );
|
else if (command == "stop") status = CmdStop (cli, rules, database );
|
||||||
|
else if (command == "summary") status = CmdReportSummary (cli, rules, database );
|
||||||
else if (command == "tags") status = CmdTags ( rules, database );
|
else if (command == "tags") status = CmdTags ( rules, database );
|
||||||
else if (command == "track") status = CmdTrack (cli, rules, database );
|
else if (command == "track") status = CmdTrack (cli, rules, database );
|
||||||
else if (command == "undo") status = CmdUndo ( );
|
else if (command == "undo") status = CmdUndo ( );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue