ShellCommand(const char *name, const Size minParams=0)
Constructor.
const Size m_minParams
Minimum number of parameters required.
Size getMinimumParams() const
Get the minimum number of parameters required.
const char * getName() const
Get command name.
virtual ~ShellCommand()
Destructor.
const char * m_help
Command help text.
const char * getHelp() const
Get command help.
const char * m_name
Unique name of the command.
unsigned int Size
Any sane size indicator cannot go negative.