]> git.donarmstrong.com Git - mothur.git/blobdiff - command.hpp
broke up globaldata and moved error checking and help into commands
[mothur.git] / command.hpp
index c8dae405fe481a6c468d5e5b1f10f838b59f5763..3e655abb19ed35729792e3f5783f119095c6fc61 100644 (file)
 
 
 #include "mothur.h"
+#include "optionparser.h"
+#include "validparameter.h"
 
 class Command {
        public:
                virtual int execute() = 0;
+               virtual void help() = 0;
 };
 
 #endif