Running daemon with no args just exits with no message
hardillb opened this issue · 1 comments
hardillb commented
if you just run
./daemon
with no args you get no output at all and the process exits.
If there are required args (like the path to the sqlite db) then the program should print a warning (or probably the same as -h)
fabianbergmark commented
That should be fixed. It defaults to sensible arguments, but if it can't open the sqlite database it will exit silently.