mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Timew: Logs a cut mark on start
This commit is contained in:
parent
fbfa1f4398
commit
be80313366
1 changed files with 1 additions and 0 deletions
|
@ -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
|
// 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.
|
// buffers the messages until it has a file name to write to.
|
||||||
Log log;
|
Log log;
|
||||||
|
CmdLog ({"timew", "log"}, log);
|
||||||
|
|
||||||
// Make a vector of args, instead of argc/argv.
|
// Make a vector of args, instead of argc/argv.
|
||||||
std::vector <std::string> args;
|
std::vector <std::string> args;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue