]> git.donarmstrong.com Git - mothur.git/blobdiff - helpcommand.h
some bug fixes
[mothur.git] / helpcommand.h
index 6d95d86293c8660d3d514ac5895d4b57dccd68d2..f6a4aa38570aa047de43839895fc40d30e984fe7 100644 (file)
 /* 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();
        int execute();
+       void help() {};
+       
 private:
-       GlobalData* globaldata;
+       CommandFactory* validCommands;
        
 private: