mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI2: Implemented ::findOverrides relying on Lexer::Type
This commit is contained in:
parent
a433ca308a
commit
1d4a532ea2
2 changed files with 12 additions and 3 deletions
|
@ -107,11 +107,13 @@ public:
|
|||
*/
|
||||
const std::string dump (const std::string& title = "CLI2 Parser") const;
|
||||
|
||||
/*
|
||||
private:
|
||||
/*
|
||||
void addArg (const std::string&);
|
||||
void aliasExpansion ();
|
||||
*/
|
||||
void findOverrides ();
|
||||
/*
|
||||
void categorize ();
|
||||
bool exactMatch (const std::string&, const std::string&) const;
|
||||
void desugarFilterTags ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue