CLI2: Added ::getCommandRaw

- Used when the canonicalized form is not wanted - just the raw.
This commit is contained in:
Paul Beckingham 2015-06-16 21:15:34 -04:00
parent e36d358115
commit ba63472068
2 changed files with 11 additions and 0 deletions

View file

@ -98,6 +98,7 @@ public:
bool canonicalize (std::string&, const std::string&, const std::string&) const;
std::string getBinary () const;
std::string getCommand () const;
std::string getCommandRaw () const;
/*
std::string getLimit () const;
*/