Commands
- Migrated the _version command from handleCompletionVersion to CmdVersion.
This commit is contained in:
@@ -37,5 +37,12 @@ public:
|
||||
int execute (const std::string&, std::string&);
|
||||
};
|
||||
|
||||
class CmdCompletionVersion : public Command
|
||||
{
|
||||
public:
|
||||
CmdCompletionVersion ();
|
||||
int execute (const std::string&, std::string&);
|
||||
};
|
||||
|
||||
#endif
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user