mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdContext: Converted from CLI to CLI2
This commit is contained in:
parent
1ab3f951c9
commit
72073b7515
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ int CmdContext::execute (std::string& output)
|
||||||
std::stringstream out;
|
std::stringstream out;
|
||||||
|
|
||||||
// Get the non-attribute, non-fancy command line arguments.
|
// Get the non-attribute, non-fancy command line arguments.
|
||||||
std::vector <std::string> words = context.cli.getWords ();
|
std::vector <std::string> words = context.cli2.getWords ();
|
||||||
|
|
||||||
if (words.size () > 0)
|
if (words.size () > 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue