mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdGaps: Is a clone of export with /tracked/untraced/ for now
This commit is contained in:
parent
0fa7e32182
commit
3b45e90c5e
5 changed files with 17 additions and 16 deletions
|
@ -227,7 +227,7 @@ int dispatchCommand (
|
|||
else if (command == "diagnostics") status = CmdDiagnostics ( rules, database, extensions);
|
||||
else if (command == "export") status = CmdExport (cli, rules, database );
|
||||
else if (command == "extensions") status = CmdExtensions ( rules, extensions);
|
||||
else if (command == "gaps") status = CmdGaps ( );
|
||||
else if (command == "gaps") status = CmdGaps (cli, rules, database );
|
||||
else if (command == "help") status = CmdHelp (cli );
|
||||
else if (command == "import") status = CmdImport ( );
|
||||
else if (command == "report") status = CmdReport (cli, rules, database, extensions);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue