Add file mistakenly missed in previous commits.
This commit is contained in:
parent
a4df762f17
commit
1d0383b862
20
src/apps/debugger/user_interface/cli/CliVariablesCommand.h
Normal file
20
src/apps/debugger/user_interface/cli/CliVariablesCommand.h
Normal file
@ -0,0 +1,20 @@
|
||||
/*
|
||||
* Copyright 2012, Rene Gollent, rene@gollent.com.
|
||||
* 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
|
Loading…
Reference in New Issue
Block a user