mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
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:
parent
de23fc3972
commit
d43ca96056
2 changed files with 26 additions and 25 deletions
|
@ -110,8 +110,9 @@ public:
|
|||
private:
|
||||
/*
|
||||
void addArg (const std::string&);
|
||||
void aliasExpansion ();
|
||||
*/
|
||||
void handleArg0 ();
|
||||
void aliasExpansion ();
|
||||
void findOverrides ();
|
||||
/*
|
||||
void categorize ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue