Feature
- Added a 'uuids' command that parallels the 'ids' command. This allows task UUIDs to be selected if the task is not pending. - Updated documentation.
This commit is contained in:
@@ -53,5 +53,12 @@ public:
|
||||
int execute (std::string&);
|
||||
};
|
||||
|
||||
class CmdUUIDs : public Command
|
||||
{
|
||||
public:
|
||||
CmdUUIDs ();
|
||||
int execute (std::string&);
|
||||
};
|
||||
|
||||
#endif
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user