Changes for version 0.1.2

  • API Changes:
    • None
  • New Features:
    • Sub-commands can now be optionally abbreviated by setting $OptArgs::ABBREV (Thanks to Robbin Bonthond)
    • Sub-commands can now be optionally sorted by setting $OptArgs::SORT (Thanks to Robbin Bonthond)
    • (The above require a minor version number upgrade)
  • Enhancements:
    • Document colourized output behaviour
    • Improved usage output: simpler colour scheme, more info
    • Improved tests
  • Bug Fixes:
    • Do not assume consistent hash key order in tests
    • Do not count negative Int/Num arguments as unknown options

Documentation

print an OptArgs program command summary

Modules

implementation of the optargs(1) command
integrated argument and option processing
integrated argument and option processing

Examples