CLI2: Added ::getWords, done properly

This commit is contained in:
Paul Beckingham
2015-06-14 23:16:00 -04:00
parent e4ab3574e4
commit 687e7c5e70
2 changed files with 26 additions and 14 deletions

View File

@@ -93,8 +93,8 @@ public:
void analyze (bool parse = true, bool strict = false);
void applyOverrides ();
const std::string getFilter (bool applyContext = true);
const std::vector <std::string> getWords ();
*/
const std::vector <std::string> getWords ();
bool canonicalize (std::string&, const std::string&, const std::string&) const;
std::string getBinary () const;
std::string getCommand () const;