7 * Created by Sarah Westcott on 1/2/09.
8 * Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
12 /* This class is designed to aid the user in running mothur. */
14 #include "command.hpp"
15 #include "globaldata.hpp"
16 #include "validcommands.h"
17 #include "validcalculator.h"
20 class HelpCommand : public Command {
27 GlobalData* globaldata;
28 ValidCommands* validCommands;
29 ValidCalculators* validCalcs;