mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
CLI
- Implemented ::isTag.
This commit is contained in:
parent
fbfd352de3
commit
1d55abd3c0
2 changed files with 13 additions and 0 deletions
|
@ -101,6 +101,7 @@ private:
|
|||
bool isTerminator (const std::string&) const;
|
||||
bool isRCOverride (const std::string&) const;
|
||||
bool isConfigOverride (const std::string&) const;
|
||||
bool isTag (const std::string&) const;
|
||||
bool isUUIDList (const std::string&) const;
|
||||
bool isUUID (const std::string&) const;
|
||||
bool isIDSequence (const std::string&) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue