CLI2: Added ::getCommand
This commit is contained in:
@@ -740,7 +740,6 @@ std::string CLI2::getBinary () const
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
std::string CLI2::getCommand () const
|
std::string CLI2::getCommand () const
|
||||||
{
|
{
|
||||||
@@ -751,6 +750,7 @@ std::string CLI2::getCommand () const
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
std::string CLI2::getLimit () const
|
std::string CLI2::getLimit () const
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -97,8 +97,8 @@ public:
|
|||||||
*/
|
*/
|
||||||
bool canonicalize (std::string&, const std::string&, const std::string&) const;
|
bool canonicalize (std::string&, const std::string&, const std::string&) const;
|
||||||
std::string getBinary () const;
|
std::string getBinary () const;
|
||||||
/*
|
|
||||||
std::string getCommand () const;
|
std::string getCommand () const;
|
||||||
|
/*
|
||||||
std::string getLimit () const;
|
std::string getLimit () const;
|
||||||
*/
|
*/
|
||||||
const std::string dump (const std::string& title = "CLI2 Parser") const;
|
const std::string dump (const std::string& title = "CLI2 Parser") const;
|
||||||
|
|||||||
Reference in New Issue
Block a user