X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getcommandinfocommand.h;h=b72c2368a911996fcdc71d67748533766f9fe637;hb=ce8794490ab1d83adcdb2b92e0302a1e43e17adf;hp=4c5b3ab60f7c1fea8d75f7e228c6539536afd877;hpb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;p=mothur.git diff --git a/getcommandinfocommand.h b/getcommandinfocommand.h index 4c5b3ab..b72c236 100644 --- a/getcommandinfocommand.h +++ b/getcommandinfocommand.h @@ -27,7 +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()); }