X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=quitcommand.h;h=9a6ea290748e6637162244e0d4790b594ee83b18;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=f1929bf3b861926a893615f12a8e36c8e8f326d8;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/quitcommand.h b/quitcommand.h index f1929bf..9a6ea29 100644 --- a/quitcommand.h +++ b/quitcommand.h @@ -27,8 +27,10 @@ public: string getCommandName() { return "quit"; } string getCommandCategory() { return "Hidden"; } string getHelpString() { return "The quit command will terminate mothur and should be in the following format: quit() or quit. \n"; } + string getOutputPattern(string) { return ""; } string getCitation() { return "no citation"; } - + string getDescription() { return "quit"; } + int execute(); void help() { m->mothurOut(getHelpString()); }