X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=commandfactory.hpp;h=36e8f462b146fc7846ee6cf9ead1eb42e9757a36;hp=e95db8016a4149c9c2defdbb9e7933ff6ee3905a;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=d2390ede25cc211f95f99e377d5654bad7e6950e diff --git a/commandfactory.hpp b/commandfactory.hpp index e95db80..36e8f46 100644 --- a/commandfactory.hpp +++ b/commandfactory.hpp @@ -26,6 +26,7 @@ public: bool isValidCommand(string); bool isValidCommand(string, string); void printCommands(ostream&); + void printCommandsCategories(ostream&); void setOutputDirectory(string o) { outputDir = o; m->setOutputDir(o); } void setInputDirectory(string i) { inputDir = i; } void setLogfileName(string n, bool a) { logFileName = n; append = a; }