mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
init: Propagated database to CmdExport
This commit is contained in:
parent
adda69839c
commit
56f80d5916
3 changed files with 4 additions and 3 deletions
|
@ -25,10 +25,11 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <cmake.h>
|
||||
#include <commands.h>
|
||||
#include <iostream>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
int CmdExport ()
|
||||
int CmdExport (Database& database)
|
||||
{
|
||||
std::cout << "[export: JSON data export]\n";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue