mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CLI
- Converted CmdCalendar from Parser to CLI.
This commit is contained in:
parent
6973cfefb8
commit
fedafcd525
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.parser.getWords ();
|
||||
std::vector <std::string> words = context.cli.getWords ();
|
||||
|
||||
std::vector <std::string>::iterator arg;
|
||||
for (arg = words.begin (); arg != words.end (); ++arg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue