CLI2: Added ::getCommand

This commit is contained in:
Paul Beckingham 2015-06-14 20:54:01 -04:00
parent 75028f6ad9
commit a6c99f3ba5
2 changed files with 2 additions and 2 deletions

View file

@ -740,7 +740,6 @@ std::string CLI2::getBinary () const
return "";
}
/*
////////////////////////////////////////////////////////////////////////////////
std::string CLI2::getCommand () const
{
@ -751,6 +750,7 @@ std::string CLI2::getCommand () const
return "";
}
/*
////////////////////////////////////////////////////////////////////////////////
std::string CLI2::getLimit () const
{

View file

@ -97,8 +97,8 @@ public:
*/
bool canonicalize (std::string&, const std::string&, const std::string&) const;
std::string getBinary () const;
/*
std::string getCommand () const;
/*
std::string getLimit () const;
*/
const std::string dump (const std::string& title = "CLI2 Parser") const;