DOM: Converted DOM 'context.args' to use CLI2
This commit is contained in:
@@ -106,7 +106,7 @@ bool DOM::get (const std::string& name, Variant& value)
|
|||||||
else if (name == "context.args")
|
else if (name == "context.args")
|
||||||
{
|
{
|
||||||
std::string commandLine;
|
std::string commandLine;
|
||||||
join (commandLine, " ", context.cli._original_args);
|
join (commandLine, " ", context.cli2._original_args);
|
||||||
value = Variant (commandLine);
|
value = Variant (commandLine);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user