CLI
- Added Lexer::Type arg to ::addArg, for future capture of type. - Cleaned up code formatting from patch.
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user