]> git.donarmstrong.com Git - mothur.git/blobdiff - quitcommand.h
broke up globaldata and moved error checking and help into commands
[mothur.git] / quitcommand.h
index 7f7b7e23d85ff47db1d60d81d1e1406534eee0ec..8b893064dc5fb243d4f63084242d4df346bd7587 100644 (file)
 class QuitCommand : public Command {
        
 public:
-       QuitCommand();
+       QuitCommand(string);
        ~QuitCommand();
        int execute();
+       void help();
        
 private:
-               
+       bool abort;
 };
 
 #endif