X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=nocommands.cpp;fp=nocommands.cpp;h=0000000000000000000000000000000000000000;hb=4a877efa127e56e81a21f53cfdbbfd3bfbe8c4ff;hp=7df8edc351f2c9b799739832913b961c65726714;hpb=a6cf29fa4dac0909c7582cb1094151d34093ee76;p=mothur.git diff --git a/nocommands.cpp b/nocommands.cpp deleted file mode 100644 index 7df8edc..0000000 --- a/nocommands.cpp +++ /dev/null @@ -1,28 +0,0 @@ -/* - * nocommand.cpp - * Dotur - * - * Created by Sarah Westcott on 1/2/09. - * Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved. - * - */ - -#include "nocommands.h" - -//********************************************************************************************************************** - -NoCommand::NoCommand(string option) {} - -//********************************************************************************************************************** - -int NoCommand::execute(){ - //Could choose to give more help here?fdsah - cout << "Invalid command.\n"; - - CommandFactory* valid = CommandFactory::getInstance(); - valid->printCommands(cout); - - return 0; -} - -//**********************************************************************************************************************