X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=nocommands.h;h=8c1d7222964a40de5cd06835260c2a5323238584;hp=b7fa6f19fb10d4178d826158a4b19606c81a0e8b;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77 diff --git a/nocommands.h b/nocommands.h index b7fa6f1..8c1d722 100644 --- a/nocommands.h +++ b/nocommands.h @@ -21,11 +21,14 @@ public: NoCommand() {} ~NoCommand(){} - vector setParameters() { return outputNames; } //dummy, doesn't really do anything - string getCommandName() { return "NoCommand"; } - string getCommandCategory() { return "Hidden"; } - string getHelpString() { return "No Command"; } - string getCitation() { return "no citation"; } + vector setParameters() { return outputNames; } //dummy, doesn't really do anything + string getCommandName() { return "NoCommand"; } + string getCommandCategory() { return "Hidden"; } + string getHelpString() { return "No Command"; } + string getOutputPattern(string) { return ""; } + string getCitation() { return "no citation"; } + string getDescription() { return "no description"; } + int execute(); void help() { m->mothurOut(getHelpString()); }