X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getcommandinfocommand.h;h=b72c2368a911996fcdc71d67748533766f9fe637;hb=2ecee16fec29d4c525f740ec19b27962ca09c050;hp=c67a4eded0536e11177cd3db392efe2fa3ae7364;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/getcommandinfocommand.h b/getcommandinfocommand.h index c67a4ed..b72c236 100644 --- a/getcommandinfocommand.h +++ b/getcommandinfocommand.h @@ -27,8 +27,11 @@ public: vector setParameters(); string getCommandName() { return "get.commandinfo"; } string getCommandCategory() { return "Hidden"; } + string getOutputFileNameTag(string, string) { return ""; } string getHelpString(); string getCitation() { return "no citation"; } + string getDescription() { return "get.commandinfo"; } + int execute(); void help() { m->mothurOut(getHelpString()); }