]> git.donarmstrong.com Git - mothur.git/blobdiff - helpcommand.h
working on megastats
[mothur.git] / helpcommand.h
index 4ea46280c64f3b527b9b58173e9ff00ceaf4a6e9..7a19ee66f1f747295e7b299c281f85e121edc26e 100644 (file)
 
 /* This class is designed to aid the user in running mothur. */
 
-#include <Carbon/Carbon.h>
 #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:
                
 };
  
-#endif
\ No newline at end of file
+#endif