]> git.donarmstrong.com Git - mothur.git/blobdiff - helpcommand.h
final fixes for 1.7
[mothur.git] / helpcommand.h
index 4ea46280c64f3b527b9b58173e9ff00ceaf4a6e9..f6a4aa38570aa047de43839895fc40d30e984fe7 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