]> git.donarmstrong.com Git - mothur.git/blobdiff - commandoptionparser.hpp
changes while testing
[mothur.git] / commandoptionparser.hpp
index 6a616289e024cb0656e338e0a73f7aed31c98c1c..0c3a6f378b02a1b86c5f4cad5a52302c239b7877 100644 (file)
@@ -1,15 +1,20 @@
 #ifndef COMMANDOPTIONPARSER_HPP
 #define COMMANDOPTIONPARSER_HPP
 
+#include "mothur.h"
+#include "mothurout.h"
+
 //**********************************************************************************************************************
 
 class CommandOptionParser {
 public:
        CommandOptionParser(string);
        string getCommandString();
+       string getOptionString();
        
 private:
-       string commandString;
+       string commandString, optionString;
+       MothurOut* m;
 };
 
 //**********************************************************************************************************************