X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=commandoptionparser.hpp;fp=commandoptionparser.hpp;h=6a616289e024cb0656e338e0a73f7aed31c98c1c;hb=20a2d0350a737a434c89f303662d64a8eeea7b05;hp=0000000000000000000000000000000000000000;hpb=bbb5879a7e566935c23d63d42bb945072424b939;p=mothur.git diff --git a/commandoptionparser.hpp b/commandoptionparser.hpp new file mode 100644 index 0000000..6a61628 --- /dev/null +++ b/commandoptionparser.hpp @@ -0,0 +1,17 @@ +#ifndef COMMANDOPTIONPARSER_HPP +#define COMMANDOPTIONPARSER_HPP + +//********************************************************************************************************************** + +class CommandOptionParser { +public: + CommandOptionParser(string); + string getCommandString(); + +private: + string commandString; +}; + +//********************************************************************************************************************** + +#endif