- Converted CmdCalendar from Parser to CLI.
This commit is contained in:
Paul Beckingham 2014-10-25 22:38:03 -04:00
parent 6973cfefb8
commit fedafcd525

View file

@ -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)