kohsuke / args4j

args4j
http://args4j.kohsuke.org/
MIT License
789 stars 188 forks source link

Allow filtering options for prefix length #141

Open chepseskaf opened 8 years ago

chepseskaf commented 8 years ago

Related to #140 printUsage() filter hidden options to compute prefix length. SampleMain could illustrate the issue: prefix length is compute using -hidden-str2 VAL option, but this option is not printed. Now if an option is filtered then prefix length does not take into account this option.