]> git.donarmstrong.com Git - mothur.git/blobdiff - getlinecommand.h
broke up globaldata and moved error checking and help into commands
[mothur.git] / getlinecommand.h
index 2eda1cc08efa47ea6a2f2b07d5777d554b676a8b..915a09a0744958f7bca8fc4b671c55b1d898487b 100644 (file)
@@ -17,13 +17,15 @@ class GlobalData;
 
 class GetlineCommand : public Command {
 public:
-       GetlineCommand();
+       GetlineCommand(string);
        ~GetlineCommand();
        int execute();
+       void help();
        
 private:
        GlobalData* globaldata;
        string filename;
+       bool abort;
 };
 
 #endif