X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=nocommands.h;h=5ed7e127d09ce645aa11cd43dd2192a1155b42dc;hb=a6cf29fa4dac0909c7582cb1094151d34093ee76;hp=12bfc4dffc6082ab35cc405b5ab03b522391b02d;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/nocommands.h b/nocommands.h index 12bfc4d..5ed7e12 100644 --- a/nocommands.h +++ b/nocommands.h @@ -25,6 +25,9 @@ public: string getCommandName() { return "NoCommand"; } string getCommandCategory() { return "Hidden"; } string getHelpString() { return "No Command"; } + string getCitation() { return "no citation"; } + string getDescription() { return "no description"; } + int execute(); void help() { m->mothurOut(getHelpString()); }