- Implemented ::getLimit.
This commit is contained in:
Paul Beckingham
2014-10-31 23:29:54 -04:00
parent 8863458879
commit fa890f9961
2 changed files with 13 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ public:
const std::vector <std::string> getModifications ();
bool canonicalize (std::string&, const std::string&, const std::string&) const;
std::string getCommand () const;
std::string getLimit () const;
const std::string dump (const std::string& title = "CLI Parser") const;
private: