X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=nocommands.h;h=5ed7e127d09ce645aa11cd43dd2192a1155b42dc;hb=e0ce7cbc93d7d2fbb753ca694182db092a0ea0e7;hp=b7fa6f19fb10d4178d826158a4b19606c81a0e8b;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/nocommands.h b/nocommands.h index b7fa6f1..5ed7e12 100644 --- a/nocommands.h +++ b/nocommands.h @@ -26,6 +26,8 @@ public: 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()); }