Add file mistakenly missed in previous commits.
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2012, Rene Gollent, [email protected].
|
||||||
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
|
#ifndef CLI_VARIABLES_COMMAND_H
|
||||||
|
#define CLI_VARIABLES_COMMAND_H
|
||||||
|
|
||||||
|
|
||||||
|
#include "CliCommand.h"
|
||||||
|
|
||||||
|
|
||||||
|
class CliVariablesCommand : public CliCommand {
|
||||||
|
public:
|
||||||
|
CliVariablesCommand();
|
||||||
|
virtual void Execute(int argc, const char* const* argv,
|
||||||
|
CliContext& context);
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
#endif // CLI_VARIABLES_COMMAND_H
|
||||||
Reference in New Issue
Block a user