]> git.donarmstrong.com Git - mothur.git/blobdiff - getlinecommand.h
fixed bug in bootstrap command that was caused by globaldata's breakup, and made...
[mothur.git] / getlinecommand.h
index 2eda1cc08efa47ea6a2f2b07d5777d554b676a8b..68870b36fe7990d9d8da00ae2a213c08ced21e0e 100644 (file)
@@ -17,13 +17,14 @@ class GlobalData;
 
 class GetlineCommand : public Command {
 public:
-       GetlineCommand();
+       GetlineCommand(string);
        ~GetlineCommand();
        int execute();
+       void help();
        
 private:
        GlobalData* globaldata;
-       string filename;
+       bool abort;
 };
 
 #endif