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