]> git.donarmstrong.com Git - mothur.git/blobdiff - helpcommand.h
added distance option to summary.shared
[mothur.git] / helpcommand.h
index 6d95d86293c8660d3d514ac5895d4b57dccd68d2..7a19ee66f1f747295e7b299c281f85e121edc26e 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: