]> git.donarmstrong.com Git - mothur.git/blob - helpcommand.h
Initial revision
[mothur.git] / helpcommand.h
1 #ifndef HELPCOMMAND_H
2 #define HELPCOMMAND_H
3 /*
4  *  helpcommand.h
5  *  Dotur
6  *
7  *  Created by Sarah Westcott on 1/2/09.
8  *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
9  *
10  */
11
12 /* This class is designed to aid the user in running mothur. */
13
14 #include <Carbon/Carbon.h>
15 #include "command.hpp"
16 #include "globaldata.hpp"
17
18
19 class HelpCommand : public Command {
20         
21 public:
22         HelpCommand();
23         ~HelpCommand();
24         int execute();
25 private:
26         GlobalData* globaldata;
27         
28 private:
29                 
30 };
31  
32 #endif