]> git.donarmstrong.com Git - mothur.git/blobdiff - nocommands.cpp
moved mothur's source into a folder to make grabbing just the source easier on github
[mothur.git] / nocommands.cpp
diff --git a/nocommands.cpp b/nocommands.cpp
deleted file mode 100644 (file)
index 7df8edc..0000000
+++ /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;
-}
-
-//**********************************************************************************************************************