CLI2: Refactored some of ::prepareFilter into ::categorizeArgs

This commit is contained in:
Paul Beckingham
2015-09-04 10:47:44 -04:00
parent 5cd1649db2
commit a82927cb54
2 changed files with 67 additions and 60 deletions

View File

@@ -90,6 +90,7 @@ private:
void demotion ();
void aliasExpansion ();
void canonicalizeNames ();
void categorizeArgs ();
bool findCommand ();
bool exactMatch (const std::string&, const std::string&) const;
void desugarFilterTags ();