Skip to content

optparse 1.7.1

Compare
Choose a tag to compare
@trevorld trevorld released this 08 Oct 19:52
· 11 commits to master since this release
  • Add a formatter argument to OptionParser() for a function to format the usage message (#30).
    By default uses the new function IndentedHelpFormatter().
    {optparse} also provides the new function TitledHelpFormatter().
    Thanks Ni Huang for suggestion.