DOM: Converted to use CLI2
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user