mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 06:37:20 +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
|
@ -45,7 +45,7 @@ public:
|
|||
void parse (const std::string&);
|
||||
std::string composeCSV () const;
|
||||
std::string composeYAML () const;
|
||||
std::string composeJSON () const;
|
||||
std::string composeJSON (bool include_id = false) const;
|
||||
|
||||
// Status values.
|
||||
enum status {pending, completed, deleted, recurring, waiting};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue