CmdCommands: Added 'commands' command to show command internal details

This commit is contained in:
Paul Beckingham
2015-08-01 15:47:21 -04:00
parent 234ad3d03b
commit d390433ec7
12 changed files with 212 additions and 12 deletions

View File

@@ -30,6 +30,13 @@
#include <string>
#include <Command.h>
class CmdCommands : public Command
{
public:
CmdCommands ();
int execute (std::string&);
};
class CmdCompletionCommands : public Command
{
public: