mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-21 07:43:08 +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)
|
for (op = operators.begin (); op != operators.end (); ++op)
|
||||||
cli.entity ("operator", *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.
|
// [6] Complete the Context initialization.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue