mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
init: dispatchCommand not longer logs
This commit is contained in:
parent
9e62590189
commit
7041a4d9a6
3 changed files with 3 additions and 5 deletions
|
@ -32,15 +32,14 @@
|
|||
#include <Rules.h>
|
||||
#include <Extensions.h>
|
||||
#include <Interval.h>
|
||||
#include <Log.h>
|
||||
#include <Color.h>
|
||||
|
||||
// init.cpp
|
||||
bool lightweightVersionCheck (int, const char**);
|
||||
void initializeEntities (CLI&);
|
||||
int dispatchCommand (CLI&, Database&, Rules&, Extensions&, Log&);
|
||||
void initializeDataAndRules (CLI&, Database&, Rules&);
|
||||
void initializeExtensions (Rules&, Extensions&);
|
||||
int dispatchCommand (CLI&, Database&, Rules&, Extensions&);
|
||||
|
||||
// helper.cpp
|
||||
Color tagColor (const Rules&, const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue