X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getcurrentcommand.h;fp=getcurrentcommand.h;h=aa4f8f4f4e488fdb87474b0ceebd52ac25cd4f98;hb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;hp=c36b6a599885aa81c127f1b0fff1626f7b8313c1;hpb=36a867cbd85d9c276d3c8d13f25a150bbbe2466b;p=mothur.git diff --git a/getcurrentcommand.h b/getcurrentcommand.h index c36b6a5..aa4f8f4 100644 --- a/getcurrentcommand.h +++ b/getcurrentcommand.h @@ -17,18 +17,20 @@ class GetCurrentCommand : public Command { public: GetCurrentCommand(string); GetCurrentCommand(); - ~GetCurrentCommand(); - vector getRequiredParameters(); - vector getValidParameters(); - vector getRequiredFiles(); - map > getOutputFiles() { return outputTypes; } - int execute(); - void help(); - + ~GetCurrentCommand() {} + + vector setParameters(); + string getCommandName() { return "get.current"; } + string getCommandCategory() { return "General"; } + string getHelpString(); + + int execute(); + void help() { m->mothurOut(getHelpString()); } + + private: vector outputNames; - map > outputTypes; bool abort; string clearTypes;