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