Export
- Added the ability to include the ID in _query command results.
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user