mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
init: Initalizeѕ CLI entities
This commit is contained in:
parent
370c024409
commit
b624aee186
3 changed files with 35 additions and 1 deletions
|
@ -27,6 +27,7 @@
|
|||
#ifndef INCLUDED_TIMEW
|
||||
#define INCLUDED_TIMEW
|
||||
|
||||
#include <CLI.h>
|
||||
#include <Database.h>
|
||||
#include <Rules.h>
|
||||
#include <Extensions.h>
|
||||
|
@ -36,6 +37,7 @@
|
|||
|
||||
// init.cpp
|
||||
bool lightweightVersionCheck (int, const char**);
|
||||
void initializeEntities (CLI&);
|
||||
void initializeDataAndRules (Database&, Rules&, Log&);
|
||||
void initializeExtensions (Rules&, Extensions&, Log&);
|
||||
int dispatchCommand (const std::vector <std::string>&, Database&, Rules&, Extensions&, Log&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue