X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=helpcommand.cpp;fp=helpcommand.cpp;h=0000000000000000000000000000000000000000;hb=4a877efa127e56e81a21f53cfdbbfd3bfbe8c4ff;hp=47d04f9d528ab14053f468f2eacc7e150db736c0;hpb=a6cf29fa4dac0909c7582cb1094151d34093ee76;p=mothur.git diff --git a/helpcommand.cpp b/helpcommand.cpp deleted file mode 100644 index 47d04f9..0000000 --- a/helpcommand.cpp +++ /dev/null @@ -1,32 +0,0 @@ -/* - * helpcommand.cpp - * Dotur - * - * Created by Sarah Westcott on 1/2/09. - * Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved. - * - */ - -#include "helpcommand.h" - -//********************************************************************************************************************** - -HelpCommand::HelpCommand(string option) { - validCommands = CommandFactory::getInstance(); -} -//********************************************************************************************************************** -int HelpCommand::execute(){ - try { - validCommands->printCommands(cout); - m->mothurOut("For more information about a specific command type 'commandName(help)' i.e. 'read.dist(help)'"); m->mothurOutEndLine(); - - m->mothurOutEndLine(); m->mothurOut("For further assistance please refer to the Mothur manual on our wiki at http://www.mothur.org/wiki, or contact Pat Schloss at mothur.bugs@gmail.com.\n"); - - return 0; - } - catch(exception& e) { - m->errorOut(e, "HelpCommand", "execute"); - exit(1); - } -} -//**********************************************************************************************************************/