mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
CLI
- Implemented ::isUUID helper function.
This commit is contained in:
parent
34b9a5dbcc
commit
dd8972525f
2 changed files with 16 additions and 0 deletions
|
@ -97,6 +97,8 @@ private:
|
|||
void decomposeModTags ();
|
||||
void decomposeModSubstitutions ();
|
||||
|
||||
bool isUUID (const std::string&, std::string&) const;
|
||||
|
||||
public:
|
||||
std::multimap <std::string, std::string> _entities;
|
||||
std::map <std::string, std::string> _aliases;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue