mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
DOM: Converted DOM 'context.args' to use CLI2
This commit is contained in:
parent
ddf44de23d
commit
ee03261573
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ bool DOM::get (const std::string& name, Variant& value)
|
|||
else if (name == "context.args")
|
||||
{
|
||||
std::string commandLine;
|
||||
join (commandLine, " ", context.cli._original_args);
|
||||
join (commandLine, " ", context.cli2._original_args);
|
||||
value = Variant (commandLine);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue