Commands
- Eliminated the Command::implements method. - Implemented CmdCustom to handle all custom reports. - Implemented CmdTags.
This commit is contained in:
@@ -34,8 +34,6 @@ class CmdHelp : public Command
|
||||
{
|
||||
public:
|
||||
CmdHelp ();
|
||||
|
||||
bool implements (const std::string&);
|
||||
int execute (const std::string&, std::string&);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user