Enhancments - aliases
- Began implementation of aliases. All commented out for now.
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
#ifndef INCLUDED_CMD
|
||||
#define INCLUDED_CMD
|
||||
|
||||
//#include <map>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include "Cmd.h"
|
||||
@@ -55,6 +56,7 @@ private:
|
||||
private:
|
||||
std::vector <std::string> commands;
|
||||
std::vector <std::string> customReports;
|
||||
// std::map <std::string, std::string> aliases;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user