mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Export
- Added the ability to include the ID in _query command results.
This commit is contained in:
parent
0471c17f12
commit
f183201f6f
3 changed files with 7 additions and 3 deletions
|
@ -613,7 +613,7 @@ int handleQuery (std::string& outs)
|
|||
if (t != tasks.begin ())
|
||||
outs += ",\n";
|
||||
|
||||
outs += t->composeJSON ();
|
||||
outs += t->composeJSON (true);
|
||||
}
|
||||
|
||||
outs += "\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue