mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdGet: Stubbed functionality
This commit is contained in:
parent
4e6e0999fa
commit
916ad2e3dc
1 changed files with 8 additions and 0 deletions
|
@ -35,6 +35,14 @@ int CmdGet (
|
|||
Rules& rules,
|
||||
Database& database)
|
||||
{
|
||||
// Іdentify DOM references in cli.
|
||||
/*
|
||||
for (each DOM reference in cli)
|
||||
{
|
||||
std::string value;
|
||||
domGet (database, reference, value);
|
||||
}
|
||||
*/
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue