Greetings, I am trying to build a new HelpFormatter implementation, however while the HelpFormatter is not final the HelpFormatter.Builder is. So I can not extend the builder to create a new HelpFormatter, All I can do is build the old one. Any suggestions for how to get around this problem?
Claude