X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=command.hpp;h=22f118164eb04e7d22c0438e3e42c56b79ed0f3d;hb=791f42d21a85f794529fd4c912dcc27d873c25e8;hp=a0bb0017131eaa95f787c3d3ada91f25e3a95c5d;hpb=8bcd146863e2a44d6d4fb5dee2d3f17e975deb45;p=mothur.git diff --git a/command.hpp b/command.hpp index a0bb001..22f1181 100644 --- a/command.hpp +++ b/command.hpp @@ -1,6 +1,6 @@ #ifndef COMMAND_HPP #define COMMAND_HPP - +//test2 /* * command.h * @@ -30,6 +30,7 @@ class Command { virtual string getCommandCategory() = 0; virtual string getHelpString() = 0; virtual string getCitation() = 0; + virtual string getDescription() = 0; virtual map > getOutputFiles() { return outputTypes; } virtual vector setParameters() = 0; //to fill parameters