mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Context
- Creates a set of entities for binary operators.
This commit is contained in:
parent
d7378d830f
commit
33bc4f13d0
1 changed files with 4 additions and 0 deletions
|
@ -220,6 +220,10 @@ int Context::initialize (int argc, const char** argv)
|
|||
for (op = operators.begin (); op != operators.end (); ++op)
|
||||
cli.entity ("operator", *op);
|
||||
|
||||
Eval::getBinaryOperators (operators);
|
||||
for (op = operators.begin (); op != operators.end (); ++op)
|
||||
cli.entity ("binary_operator", *op);
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// [6] Complete the Context initialization.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue