CmdContext: Converted from CLI to CLI2
This commit is contained in:
@@ -54,7 +54,7 @@ int CmdContext::execute (std::string& output)
|
|||||||
std::stringstream out;
|
std::stringstream out;
|
||||||
|
|
||||||
// Get the non-attribute, non-fancy command line arguments.
|
// Get the non-attribute, non-fancy command line arguments.
|
||||||
std::vector <std::string> words = context.cli.getWords ();
|
std::vector <std::string> words = context.cli2.getWords ();
|
||||||
|
|
||||||
if (words.size () > 0)
|
if (words.size () > 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user