mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 10:07:19 +02:00
Expressions/Arguments
- Converted the arguments parsed from a pair (token/modified-category) to a triple (token/type/category)
This commit is contained in:
parent
e1aea08f81
commit
42becb9e41
6 changed files with 327 additions and 278 deletions
|
@ -98,7 +98,7 @@ const std::string DOM::get (const std::string& name)
|
|||
name.substr (0, 8) == "context.")
|
||||
{
|
||||
if (name == "context.program")
|
||||
return /*_cache[name] =*/ context.args[0].first;
|
||||
return /*_cache[name] =*/ context.args[0]._first;
|
||||
|
||||
else if (name == "context.args")
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue