mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-04 12:28:35 +02:00
Added _sha1 helper command to quickly identify a
task dev version.
This commit is contained in:
parent
ae4e28689d
commit
c0c58f9aff
4 changed files with 18 additions and 0 deletions
|
@ -67,6 +67,7 @@ int handleCompletionCommands (std::string&);
|
|||
int handleCompletionIDs (std::string&);
|
||||
int handleCompletionConfig (std::string&);
|
||||
int handleCompletionVersion (std::string&);
|
||||
int handleSha1 (std::string&);
|
||||
int handleUrgency (std::string&);
|
||||
int handleQuery (std::string&);
|
||||
int handleZshCompletionCommands (std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue