CLI2: Add method to get MISCELLANEOUS tokens

This commit is contained in:
Tomas Babej
2021-09-18 13:42:25 -04:00
parent 5bbb1697af
commit 4e00106c71
2 changed files with 14 additions and 1 deletions

View File

@@ -78,6 +78,7 @@ public:
void addContext (bool readable, bool writeable);
void prepareFilter ();
const std::vector <std::string> getWords ();
const std::vector <A2> getMiscellaneous ();
bool canonicalize (std::string&, const std::string&, const std::string&);
std::string getBinary () const;
std::string getCommand (bool canonical = true) const;