]> git.donarmstrong.com Git - mothur.git/blobdiff - helpcommand.h
working on megastats
[mothur.git] / helpcommand.h
index d8f9b14d884e48d931f013f42badf8be4f38e42b..7a19ee66f1f747295e7b299c281f85e121edc26e 100644 (file)
 /* This class is designed to aid the user in running mothur. */
 
 #include "command.hpp"
-#include "globaldata.hpp"
-#include "validcommands.h"
-
+#include "commandfactory.hpp"
 
 class HelpCommand : public Command {
        
 public:
-       HelpCommand();
+       HelpCommand(string);
        ~HelpCommand();
        int execute();
+       void help() {};
+       
 private:
-       GlobalData* globaldata;
-       ValidCommands* validCommands;
+       CommandFactory* validCommands;
+       
        
 private: