- Implemented ::getBinary.
- Removed Context::program, and converted DOM and dom.t to call ::getBinary.
This commit is contained in:
Paul Beckingham
2014-11-02 21:49:42 -05:00
parent 9799fcefed
commit 083b0cb0de
4 changed files with 11 additions and 2 deletions

View File

@@ -75,6 +75,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 getBinary () const;
std::string getCommand () const;
std::string getLimit () const;
const std::string dump (const std::string& title = "CLI Parser") const;