X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=helpcommand.h;h=d4e7b1fda16a88f8e88a30a46ba70e50fe1ce290;hb=7c08fa69c0b89e7a08341af2aa724f206f182075;hp=6d95d86293c8660d3d514ac5895d4b57dccd68d2;hpb=58cf1d08fee8c64334979075fa57bcafb035a2ed;p=mothur.git diff --git a/helpcommand.h b/helpcommand.h index 6d95d86..d4e7b1f 100644 --- a/helpcommand.h +++ b/helpcommand.h @@ -12,17 +12,26 @@ /* This class is designed to aid the user in running mothur. */ #include "command.hpp" -#include "globaldata.hpp" - +#include "commandfactory.hpp" class HelpCommand : public Command { public: - HelpCommand(); + HelpCommand(string); + HelpCommand() {} ~HelpCommand(); + vector getRequiredParameters(); + vector getValidParameters(); + vector getRequiredFiles(); + map > getOutputFiles() { return outputTypes; } int execute(); + void help() {}; + private: - GlobalData* globaldata; + CommandFactory* validCommands; + vector outputNames; + map > outputTypes; + private: