X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=getcommandinfocommand.h;h=46ff78b5e41ec4b9792657f80885425726531351;hp=c67a4eded0536e11177cd3db392efe2fa3ae7364;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77 diff --git a/getcommandinfocommand.h b/getcommandinfocommand.h index c67a4ed..46ff78b 100644 --- a/getcommandinfocommand.h +++ b/getcommandinfocommand.h @@ -28,7 +28,10 @@ public: string getCommandName() { return "get.commandinfo"; } string getCommandCategory() { return "Hidden"; } string getHelpString(); + string getOutputPattern(string) { return ""; } string getCitation() { return "no citation"; } + string getDescription() { return "get.commandinfo"; } + int execute(); void help() { m->mothurOut(getHelpString()); }