CmdColumns: Converted from CLI to CLI2

This commit is contained in:
Paul Beckingham 2015-06-16 21:53:16 -04:00
parent af9e7fa7fa
commit 1ab3f951c9

View file

@ -51,7 +51,7 @@ int CmdColumns::execute (std::string& output)
{
// Obtain the arguments from the description. That way, things like '--'
// have already been handled.
std::vector <std::string> words = context.cli.getWords ();
std::vector <std::string> words = context.cli2.getWords ();
if (words.size () > 1)
throw std::string (STRING_CMD_COLUMNS_ARGS);