- Converted CmdSync from Parser to CLI.
This commit is contained in:
Paul Beckingham 2014-10-25 22:29:24 -04:00
parent 68b59d1ac7
commit eb9a6e9608

View file

@ -56,7 +56,7 @@ int CmdSync::execute (std::string& output)
// Loog for the 'init' keyword to indicate one-time pending.data upload.
bool first_time_init = false;
std::vector <std::string> words = context.parser.getWords ();
std::vector <std::string> words = context.cli.getWords ();
std::vector <std::string>::iterator word;
for (word = words.begin (); word != words.end (); ++word)
{