mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
CLI
- Implemented ::isUUIDList.
This commit is contained in:
parent
4dd953bf44
commit
fe2ea795ee
2 changed files with 31 additions and 5 deletions
|
@ -100,6 +100,7 @@ private:
|
|||
|
||||
bool isRCOverride (const std::string&) const;
|
||||
bool isConfigOverride (const std::string&) const;
|
||||
bool isUUIDList (const std::string&) const;
|
||||
bool isUUID (const std::string&) const;
|
||||
bool isPattern (const std::string&) const;
|
||||
bool isSubstitution (const std::string&) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue