]> git.donarmstrong.com Git - mothur.git/blobdiff - helpcommand.h
final fixes for 1.7
[mothur.git] / helpcommand.h
index 58356d13fa21b6f0c81377915618fff9c277473b..f6a4aa38570aa047de43839895fc40d30e984fe7 100644 (file)
 /* 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: