mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
init: Propagated database and log to CmdContinue
This commit is contained in:
parent
7ad9132d72
commit
11f990f2a0
3 changed files with 6 additions and 3 deletions
|
@ -25,10 +25,13 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <cmake.h>
|
||||
#include <commands.h>
|
||||
#include <iostream>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
int CmdContinue ()
|
||||
int CmdContinue (
|
||||
Database& database,
|
||||
Log& log)
|
||||
{
|
||||
std::cout << "[continue: allows resuming a stopped interval]\n";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue