CmdColumns

- Converted from A3 to A3t.
This commit is contained in:
Paul Beckingham 2014-04-24 12:25:31 -04:00
parent e0254b1b71
commit 7da9b6b2ed

View file

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