CLI2: aliasExpansion & argv[0] handling

- Added ::handleArg0 method to clean up ::analyze.
- Implemented ::aliasExpansion, which now applies to lexemes, not full command
  line arguments.
This commit is contained in:
Paul Beckingham 2015-06-14 09:28:20 -04:00
parent de23fc3972
commit d43ca96056
2 changed files with 26 additions and 25 deletions

View file

@ -110,8 +110,9 @@ public:
private:
/*
void addArg (const std::string&);
void aliasExpansion ();
*/
void handleArg0 ();
void aliasExpansion ();
void findOverrides ();
/*
void categorize ();