CLI2: Added ::lexArguments to perform *all* lexing

This commit is contained in:
Paul Beckingham 2015-06-14 15:27:05 -04:00
parent ab367145c6
commit 9d5a10bd89
2 changed files with 24 additions and 15 deletions

View file

@ -111,6 +111,7 @@ private:
void addArg (const std::string&);
*/
void handleArg0 ();
void lexArguments ();
void aliasExpansion ();
void findOverrides ();
/*