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
{