]> git.donarmstrong.com Git - mothur.git/blobdiff - helpcommand.cpp
changed random forest output filename
[mothur.git] / helpcommand.cpp
index 3c799b0903afdc58c20a244356b3ecd8f51cf972..47d04f9d528ab14053f468f2eacc7e150db736c0 100644 (file)
@@ -9,54 +9,12 @@
 
 #include "helpcommand.h"
 
-//**********************************************************************************************************************
-vector<string> HelpCommand::getValidParameters(){      
-       try {
-               
-               vector<string> myArray; 
-               return myArray;
-       }
-       catch(exception& e) {
-               m->errorOut(e, "HelpCommand", "getValidParameters");
-               exit(1);
-       }
-}
-//**********************************************************************************************************************
-vector<string> HelpCommand::getRequiredParameters(){   
-       try {
-               vector<string> myArray;
-               return myArray;
-       }
-       catch(exception& e) {
-               m->errorOut(e, "HelpCommand", "getRequiredParameters");
-               exit(1);
-       }
-}
-//**********************************************************************************************************************
-vector<string> HelpCommand::getRequiredFiles(){        
-       try {
-               vector<string> myArray;
-               return myArray;
-       }
-       catch(exception& e) {
-               m->errorOut(e, "HelpCommand", "getRequiredFiles");
-               exit(1);
-       }
-}
 //**********************************************************************************************************************
 
-HelpCommand::HelpCommand(string option)  {
-       
-       validCommands = CommandFactory::getInstance();
-       
+HelpCommand::HelpCommand(string option)  {     
+       validCommands = CommandFactory::getInstance();  
 }
-
 //**********************************************************************************************************************
-
-HelpCommand::~HelpCommand(){}
-
-//**********************************************************************************************************************
-
 int HelpCommand::execute(){
        try {
                validCommands->printCommands(cout);
@@ -71,5 +29,4 @@ int HelpCommand::execute(){
                exit(1);
        }
 }
-
 //**********************************************************************************************************************/