]> git.donarmstrong.com Git - mothur.git/blobdiff - nocommands.h
broke up globaldata and moved error checking and help into commands
[mothur.git] / nocommands.h
index b529392a890483eeb61b5346f6a59ef91add7d9a..2da23d931a1577fb25e93928a6720dffce60fbc9 100644 (file)
 class NoCommand : public Command {
 
 public:
-       NoCommand();
+       NoCommand(string);
        ~NoCommand();
        int execute();
+       void help() {}
        
 private: