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:
@@ -110,8 +110,9 @@ public:
|
||||
private:
|
||||
/*
|
||||
void addArg (const std::string&);
|
||||
void aliasExpansion ();
|
||||
*/
|
||||
void handleArg0 ();
|
||||
void aliasExpansion ();
|
||||
void findOverrides ();
|
||||
/*
|
||||
void categorize ();
|
||||
|
||||
Reference in New Issue
Block a user