Softhouse / jargo

Argument and options parser for java
Other
17 stars 0 forks source link

Usage#printOn(Appendable target) #21

Closed jontejj closed 11 years ago

jontejj commented 11 years ago

Should make it possible to print the usage with a printOn(Appendable target) method in order to avoid keeping large strings in memory (essentially flushing the strings out as we go).