mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 13:37:20 +02:00
DOM
- Migrated DOM off A3, onto A3t. First live use of new parser.
This commit is contained in:
parent
d99f40eaad
commit
0dc73d759b
3 changed files with 17 additions and 7 deletions
|
@ -168,10 +168,6 @@ int Context::initialize (int argc, const char** argv)
|
|||
a3t.entity ("readcmd", cmd->first);
|
||||
else
|
||||
a3t.entity ("writecmd", cmd->first);
|
||||
|
||||
// TODO Entities: Reports.
|
||||
// TODO Entities: Special commands.
|
||||
// TODO Need: bool Command::report() - maybe not.
|
||||
}
|
||||
|
||||
// Instantiate built-in column objects.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue