mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdCalendar: Converted from CLI to CLI2
This commit is contained in:
parent
46060c63c9
commit
af9e7fa7fa
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ int CmdCalendar::execute (std::string& output)
|
|||
int argYear = 0;
|
||||
bool argWholeYear = false;
|
||||
|
||||
std::vector <std::string> words = context.cli.getWords ();
|
||||
std::vector <std::string> words = context.cli2.getWords ();
|
||||
|
||||
for (auto& arg : words)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue