CLI2: Added ::getCommand
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user