X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=helpcommand.h;h=f6a4aa38570aa047de43839895fc40d30e984fe7;hb=f07bf12e0d04340698aff7a36d2fee7c959ffe59;hp=58356d13fa21b6f0c81377915618fff9c277473b;hpb=51cf89e90eef8b300c2786eb1560dd89e6e83445;p=mothur.git diff --git a/helpcommand.h b/helpcommand.h index 58356d1..f6a4aa3 100644 --- a/helpcommand.h +++ b/helpcommand.h @@ -12,21 +12,18 @@ /* This class is designed to aid the user in running mothur. */ #include "command.hpp" -#include "globaldata.hpp" -#include "validcommands.h" -#include "validcalculator.h" - +#include "commandfactory.hpp" class HelpCommand : public Command { public: - HelpCommand(); + HelpCommand(string); ~HelpCommand(); int execute(); + void help() {}; + private: - GlobalData* globaldata; - ValidCommands* validCommands; - ValidCalculators* validCalcs; + CommandFactory* validCommands; private: