mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-27 12:16:25 +02:00
CmdImport: Outlined processing
This commit is contained in:
parent
19ed502475
commit
80c6c61cd9
1 changed files with 6 additions and 0 deletions
|
@ -31,6 +31,12 @@
|
|||
int CmdImport ()
|
||||
{
|
||||
std::cout << "# import\n";
|
||||
|
||||
// TODO Load all data.
|
||||
// TODO For each file.
|
||||
// TODO Parse JSON.
|
||||
// TODO Merge JSON and data.
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue