added ta-do's
parent
50478d58ed
commit
c37b6e1a9e
|
@ -22,6 +22,13 @@
|
||||||
#include "src/json/json.h"
|
#include "src/json/json.h"
|
||||||
#include "src/loaders/loaders.h"
|
#include "src/loaders/loaders.h"
|
||||||
|
|
||||||
|
/*
|
||||||
|
* TODO Logging -- Pump to syslog with clone to STDOUT
|
||||||
|
* TODO Unit Files Directory instead of a single Unit File (optional to user)
|
||||||
|
* TODO Commandline switches
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
int main( )
|
int main( )
|
||||||
{
|
{
|
||||||
bool verbose = true;
|
bool verbose = true;
|
||||||
|
|
Loading…
Reference in New Issue