]> git.donarmstrong.com Git - mothur.git/blobdiff - helpcommand.h
line and label no longer persist between commands. Added phylip formated output...
[mothur.git] / helpcommand.h
index 6d95d86293c8660d3d514ac5895d4b57dccd68d2..58356d13fa21b6f0c81377915618fff9c277473b 100644 (file)
@@ -13,6 +13,8 @@
 
 #include "command.hpp"
 #include "globaldata.hpp"
+#include "validcommands.h"
+#include "validcalculator.h"
 
 
 class HelpCommand : public Command {
@@ -23,6 +25,8 @@ public:
        int execute();
 private:
        GlobalData* globaldata;
+       ValidCommands* validCommands;
+       ValidCalculators* validCalcs;
        
 private: