mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Lexer: Upgraded attributes vector to a map of name to type
This commit is contained in:
parent
52d2bbd11a
commit
d0c4326af3
3 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,7 @@ public:
|
|||
// These are overridable.
|
||||
static std::string dateFormat;
|
||||
static bool isoEnabled;
|
||||
static std::map <std::string, std::string> attributes;
|
||||
|
||||
enum class Type { uuid, number, hex,
|
||||
string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue