Timew: Logs a cut mark on start

This commit is contained in:
Paul Beckingham 2016-03-19 13:36:52 -04:00
parent fbfa1f4398
commit be80313366

View file

@ -47,6 +47,7 @@ int main (int argc, const char** argv)
// only be given a file name once the rules is loaded. The log therefore
// buffers the messages until it has a file name to write to.
Log log;
CmdLog ({"timew", "log"}, log);
// Make a vector of args, instead of argc/argv.
std::vector <std::string> args;