X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=helpcommand.h;h=7a19ee66f1f747295e7b299c281f85e121edc26e;hb=7bf581f8c46b08eb3bb40715dac94695edee4a67;hp=4ea46280c64f3b527b9b58173e9ff00ceaf4a6e9;hpb=20a2d0350a737a434c89f303662d64a8eeea7b05;p=mothur.git diff --git a/helpcommand.h b/helpcommand.h index 4ea4628..7a19ee6 100644 --- a/helpcommand.h +++ b/helpcommand.h @@ -11,22 +11,23 @@ /* This class is designed to aid the user in running mothur. */ -#include #include "command.hpp" -#include "globaldata.hpp" - +#include "commandfactory.hpp" class HelpCommand : public Command { public: - HelpCommand(); + HelpCommand(string); ~HelpCommand(); int execute(); + void help() {}; + private: - GlobalData* globaldata; + CommandFactory* validCommands; + private: }; -#endif \ No newline at end of file +#endif