mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
- Now parses the command line and can distinguish regular commands, as well as
custom reports.
This commit is contained in:
parent
6d5309527c
commit
748300631a
5 changed files with 133 additions and 41 deletions
|
@ -571,6 +571,7 @@ void handleExport (TDB& tdb, T& task, Config& conf)
|
|||
if (out.good ())
|
||||
{
|
||||
out << "'id',"
|
||||
<< "'uuid',"
|
||||
<< "'status',"
|
||||
<< "'tags',"
|
||||
<< "'entry',"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue