- Converted CmdImport from Parser to CLI.
This commit is contained in:
Paul Beckingham 2014-10-25 22:24:57 -04:00
parent 54ce4e8a59
commit 624e5e7376

View file

@ -54,7 +54,7 @@ int CmdImport::execute (std::string& output)
int count = 0;
// Use the description as a file name.
std::vector <std::string> words = context.parser.getWords ();
std::vector <std::string> words = context.cli.getWords ();
if (! words.size ())
throw std::string (STRING_CMD_IMPORT_NOFILE);