mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
CLI
- Renamed the ::desugar* methods to be more specific.
This commit is contained in:
parent
3b1f244f42
commit
9d0ae4f09d
2 changed files with 20 additions and 21 deletions
10
src/CLI.h
10
src/CLI.h
|
@ -92,15 +92,15 @@ private:
|
|||
void findOverrides ();
|
||||
void categorize ();
|
||||
bool exactMatch (const std::string&, const std::string&) const;
|
||||
void desugarTags ();
|
||||
void desugarFilterTags ();
|
||||
void findStrayModifications ();
|
||||
void desugarAttributes ();
|
||||
void desugarAttributeModifiers ();
|
||||
void desugarPatterns ();
|
||||
void desugarFilterAttributes ();
|
||||
void desugarFilterAttributeModifiers ();
|
||||
void desugarFilterPatterns ();
|
||||
void findIDs ();
|
||||
void findUUIDs ();
|
||||
void insertIDExpr ();
|
||||
void desugarPlainArgs ();
|
||||
void desugarFilterPlainArgs ();
|
||||
void findOperators ();
|
||||
void findAttributes ();
|
||||
void insertJunctions ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue