From c37b6e1a9e5ab35aaeddabb390c445a8f3ec78af Mon Sep 17 00:00:00 2001 From: Phanes Date: Tue, 5 Dec 2017 02:28:52 -0500 Subject: [PATCH] added ta-do's --- examplar.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examplar.cpp b/examplar.cpp index 51045c9..45cd337 100644 --- a/examplar.cpp +++ b/examplar.cpp @@ -22,6 +22,13 @@ #include "src/json/json.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( ) { bool verbose = true;