mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
DOM: Converted to use CLI2
This commit is contained in:
parent
323674b08d
commit
ddf44de23d
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ bool DOM::get (const std::string& name, Variant& value)
|
|||
{
|
||||
if (name == "context.program")
|
||||
{
|
||||
value = Variant (context.cli.getBinary ());
|
||||
value = Variant (context.cli2.getBinary ());
|
||||
return true;
|
||||
}
|
||||
else if (name == "context.args")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue