mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Commands - projects, _projects
- Migraged handleProjects and handleCompletionProjects to CmdProjects.
This commit is contained in:
parent
a7bc09d487
commit
920e1c6c86
9 changed files with 229 additions and 130 deletions
|
@ -56,8 +56,6 @@ int handleAppend (std::string&);
|
|||
int handlePrepend (std::string&);
|
||||
int handleDone (std::string&);
|
||||
int handleModify (std::string&);
|
||||
int handleProjects (std::string&);
|
||||
int handleCompletionProjects (std::string&);
|
||||
int handleCompletionConfig (std::string&);
|
||||
int handleQuery (std::string&);
|
||||
int handleConfig (std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue