optparse 1.7.1
- Add a
formatter
argument toOptionParser()
for a function to format the usage message (#30).
By default uses the new functionIndentedHelpFormatter()
.
{optparse}
also provides the new functionTitledHelpFormatter()
.
Thanks Ni Huang for suggestion.