mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI2: Implemented ::findIDs using Lexer::Type::set
This commit is contained in:
parent
b2803bddda
commit
d97aab799a
2 changed files with 50 additions and 80 deletions
|
@ -120,7 +120,9 @@ private:
|
|||
void desugarFilterAttributes ();
|
||||
void desugarFilterAttributeModifiers ();
|
||||
void desugarFilterPatterns ();
|
||||
*/
|
||||
void findIDs ();
|
||||
/*
|
||||
void findUUIDs ();
|
||||
void insertIDExpr ();
|
||||
void desugarFilterPlainArgs ();
|
||||
|
@ -160,8 +162,8 @@ public:
|
|||
std::vector <std::string> _original_args;
|
||||
std::vector <A2> _args;
|
||||
|
||||
/*
|
||||
std::vector <std::pair <int, int>> _id_ranges;
|
||||
/*
|
||||
std::vector <std::string> _uuid_list;
|
||||
bool _strict;
|
||||
bool _terminated;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue