mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Enhancement - _commands
- Added undocumented _commands command to support completion scripts.
This commit is contained in:
parent
a6e9e6cdfb
commit
f633e42597
5 changed files with 28 additions and 0 deletions
|
@ -63,6 +63,7 @@ std::string handleProjects ();
|
|||
std::string handleCompletionProjects ();
|
||||
std::string handleTags ();
|
||||
std::string handleCompletionTags ();
|
||||
std::string handleCompletionCommands ();
|
||||
std::string handleVersion ();
|
||||
std::string handleDelete ();
|
||||
std::string handleStart ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue