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:
committed by
Paul Beckingham
parent
82a4607ec6
commit
fe954a6acc
@@ -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
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user