]> git.donarmstrong.com Git - mothur.git/blobdiff - helpcommand.h
broke up globaldata and moved error checking and help into commands
[mothur.git] / helpcommand.h
index 58356d13fa21b6f0c81377915618fff9c277473b..c303678131df5a937174ed1a2b3e75858e174877 100644 (file)
 #include "command.hpp"
 #include "globaldata.hpp"
 #include "validcommands.h"
-#include "validcalculator.h"
 
 
 class HelpCommand : public Command {
        
 public:
-       HelpCommand();
+       HelpCommand(string);
        ~HelpCommand();
        int execute();
+       void help() {};
+       
 private:
        GlobalData* globaldata;
        ValidCommands* validCommands;
-       ValidCalculators* validCalcs;
        
 private: