mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Commands - _commands, _zshcommands
- Migrated handleCompletionCommand and handleZshCompletionCommands to CmdCommands.
This commit is contained in:
parent
330b148ca9
commit
33d13ddb1d
9 changed files with 177 additions and 217 deletions
|
@ -58,11 +58,9 @@ int handleDone (std::string&);
|
|||
int handleModify (std::string&);
|
||||
int handleProjects (std::string&);
|
||||
int handleCompletionProjects (std::string&);
|
||||
int handleCompletionCommands (std::string&);
|
||||
int handleCompletionIDs (std::string&);
|
||||
int handleCompletionConfig (std::string&);
|
||||
int handleQuery (std::string&);
|
||||
int handleZshCompletionCommands (std::string&);
|
||||
int handleZshCompletionIDs (std::string&);
|
||||
int handleConfig (std::string&);
|
||||
int handleDelete (std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue