From 8a7b4440b5be73f786db20a2f7c7980494a63953 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 16 Jun 2015 21:54:17 -0400 Subject: [PATCH] CmdShow: Converted from CLI to CLI2 --- src/commands/CmdShow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/CmdShow.cpp b/src/commands/CmdShow.cpp index fcb3b0a94..ec5cec1cd 100644 --- a/src/commands/CmdShow.cpp +++ b/src/commands/CmdShow.cpp @@ -56,7 +56,7 @@ int CmdShow::execute (std::string& output) // Obtain the arguments from the description. That way, things like '--' // have already been handled. - std::vector words = context.cli.getWords (); + std::vector words = context.cli2.getWords (); if (words.size () > 1) throw std::string (STRING_CMD_SHOW_ARGS);