- Added Lexer::Type arg to ::addArg, for future capture of type.
- Cleaned up code formatting from patch.
This commit is contained in:
Paul Beckingham
2015-03-07 17:29:08 -05:00
parent d202691638
commit 7826c7b988
3 changed files with 12 additions and 15 deletions

View File

@@ -90,7 +90,7 @@ public:
const std::string dump (const std::string& title = "CLI Parser") const;
private:
void addArg (const std::string&);
void addArg (const std::string&, Lexer::Type type = Lexer::Type::word);
void aliasExpansion ();
void findOverrides ();
void categorize ();