Commands - _commands, _zshcommands
- Migrated handleCompletionCommand and handleZshCompletionCommands to CmdCommands.
This commit is contained in:
@@ -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&);
|
||||
|
||||
Reference in New Issue
Block a user