- Implemented ::getCommand.
This commit is contained in:
Paul Beckingham 2014-10-31 23:11:40 -04:00
parent 6324e3b63a
commit 6056ca4cd7
2 changed files with 12 additions and 0 deletions

View file

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