mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Enhancement
- Similar subcommands for 'uuids' as there is for 'ids' ('_uuids' and '_zshuuids'). - Extends the scope and the precision of the unit tests for ids. - Corresponding documentation in the man pages.
This commit is contained in:
parent
82a4607ec6
commit
fe954a6acc
7 changed files with 110 additions and 6 deletions
|
@ -60,5 +60,19 @@ public:
|
|||
int execute (std::string&);
|
||||
};
|
||||
|
||||
class CmdCompletionUuids : public Command
|
||||
{
|
||||
public:
|
||||
CmdCompletionUuids ();
|
||||
int execute (std::string&);
|
||||
};
|
||||
|
||||
class CmdZshCompletionUuids : public Command
|
||||
{
|
||||
public:
|
||||
CmdZshCompletionUuids ();
|
||||
int execute (std::string&);
|
||||
};
|
||||
|
||||
#endif
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue