From 624e5e737614202b45ce5119c182014d3d77a6ed Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 25 Oct 2014 22:24:57 -0400 Subject: [PATCH] CLI - Converted CmdImport from Parser to CLI. --- 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 07f3b2494..e8ab87962 100644 --- a/src/commands/CmdImport.cpp +++ b/src/commands/CmdImport.cpp @@ -54,7 +54,7 @@ int CmdImport::execute (std::string& output) int count = 0; // Use the description as a file name. - std::vector words = context.parser.getWords (); + std::vector words = context.cli.getWords (); if (! words.size ()) throw std::string (STRING_CMD_IMPORT_NOFILE);