]> git.donarmstrong.com Git - mothur.git/blobdiff - getlabelcommand.h
broke up globaldata and moved error checking and help into commands
[mothur.git] / getlabelcommand.h
index ec0692cac91902901630388ddcd908a22121beb8..326d894ae83ea89f8a3e614393940c19021a2012 100644 (file)
@@ -17,13 +17,15 @@ class GlobalData;
 
 class GetlabelCommand : public Command {
 public:
-       GetlabelCommand();
+       GetlabelCommand(string);
        ~GetlabelCommand();
        int execute();
+       void help();
        
 private:
        GlobalData* globaldata;
        string filename;
+       bool abort;
 };
 
 #endif
\ No newline at end of file