CmdImport: Converted from CLI to CLI2

This commit is contained in:
Paul Beckingham 2015-06-16 21:54:06 -04:00
parent 72073b7515
commit a24269a0c9

View file

@ -55,7 +55,7 @@ int CmdImport::execute (std::string& output)
int count = 0;
// Get filenames from command line arguments.
std::vector <std::string> words = context.cli.getWords ();
std::vector <std::string> words = context.cli2.getWords ();
if (! words.size () || (words.size () == 1 && words[0] == "-"))
{
// No files or only "-" specified, import tasks from STDIN.