mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdLog: Outlined processing
This commit is contained in:
parent
9bfeeaf8b4
commit
48f7ea2457
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@
|
|||
int CmdLog (Log& log)
|
||||
{
|
||||
log.write ("debug", "---- 8< ----");
|
||||
|
||||
// TODO If no arguments, write marker.
|
||||
// TODO Else write entry.
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue