]> git.donarmstrong.com Git - mothur.git/blobdiff - helpcommand.h
Initial revision
[mothur.git] / helpcommand.h
diff --git a/helpcommand.h b/helpcommand.h
new file mode 100644 (file)
index 0000000..4ea4628
--- /dev/null
@@ -0,0 +1,32 @@
+#ifndef HELPCOMMAND_H
+#define HELPCOMMAND_H
+/*
+ *  helpcommand.h
+ *  Dotur
+ *
+ *  Created by Sarah Westcott on 1/2/09.
+ *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
+ *
+ */
+
+/* This class is designed to aid the user in running mothur. */
+
+#include <Carbon/Carbon.h>
+#include "command.hpp"
+#include "globaldata.hpp"
+
+
+class HelpCommand : public Command {
+       
+public:
+       HelpCommand();
+       ~HelpCommand();
+       int execute();
+private:
+       GlobalData* globaldata;
+       
+private:
+               
+};
+#endif
\ No newline at end of file