mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 13:37:20 +02:00
CmdExec: Converted from CLI to CLI2.
This commit is contained in:
parent
40d019c249
commit
f718ec90a5
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ CmdExec::CmdExec ()
|
|||
int CmdExec::execute (std::string& output)
|
||||
{
|
||||
std::string command_line;
|
||||
join (command_line, " ", context.cli.getWords ());
|
||||
join (command_line, " ", context.cli2.getWords ());
|
||||
return system (command_line.c_str ());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue