From a24269a0c92983bd1d6ad7ef8fc90a0de522c34e Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 16 Jun 2015 21:54:06 -0400 Subject: [PATCH] CmdImport: Converted from CLI to CLI2 --- src/commands/CmdImport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/CmdImport.cpp b/src/commands/CmdImport.cpp index c903f175e..48c5e5770 100644 --- a/src/commands/CmdImport.cpp +++ b/src/commands/CmdImport.cpp @@ -55,7 +55,7 @@ int CmdImport::execute (std::string& output) int count = 0; // Get filenames from command line arguments. - std::vector words = context.cli.getWords (); + std::vector words = context.cli2.getWords (); if (! words.size () || (words.size () == 1 && words[0] == "-")) { // No files or only "-" specified, import tasks from STDIN.