Feature #1124
- Added '_show' command to generate a machine-readable configuration settings list for use by third-party software (thanks to Jake Bell).
This commit is contained in:
@@ -39,5 +39,12 @@ public:
|
||||
int execute (std::string&);
|
||||
};
|
||||
|
||||
class CmdShowRaw : public Command
|
||||
{
|
||||
public:
|
||||
CmdShowRaw ();
|
||||
int execute (std::string&);
|
||||
};
|
||||
|
||||
#endif
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user