added info command

This commit is contained in:
john30
2015-09-20 11:52:14 +02:00
parent 5918c063fd
commit 3b381468fd
3 changed files with 31 additions and 0 deletions
+7
View File
@@ -201,6 +201,13 @@ private:
*/
string executeStop(vector<string> &args, bool& running);
/**
* Execute the info command.
* @param args the arguments passed to the command (starting with the command itself), or empty for help.
* @return the result string.
*/
string executeInfo(vector<string> &args);
/**
* Execute the quit command.
* @param args the arguments passed to the command (starting with the command itself), or empty for help.