X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=getcurrentcommand.h;h=2d8dbb1a432168f26a2371ccd996762d53670be5;hp=bfa9168dcd81347afe271062f224763fdcb56ce1;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77 diff --git a/getcurrentcommand.h b/getcurrentcommand.h index bfa9168..2d8dbb1 100644 --- a/getcurrentcommand.h +++ b/getcurrentcommand.h @@ -22,8 +22,11 @@ class GetCurrentCommand : public Command { vector setParameters(); string getCommandName() { return "get.current"; } string getCommandCategory() { return "General"; } - string getHelpString(); + string getHelpString(); + string getOutputPattern(string) { return ""; } string getCitation() { return "http://www.mothur.org/wiki/Get.current"; } + string getDescription() { return "get current files saved by mothur"; } + int execute(); void help() { m->mothurOut(getHelpString()); }