github jdx/usage v2.16.1
v2.16.1: Variadic Argument Parsing Fix

7 hours ago

This patch release fixes an important parsing bug for variadic arguments and includes documentation improvements.

Bug Fixes

  • Variadic argument parsing: Fixed handling of variadic ellipsis inside brackets like [args...]. Previously, this syntax could cause parsing issues - now it works correctly whether you use <args>..., [args]..., or [args...]. (#481)

Documentation

  • Added documentation for the bash array pattern when working with variadic arguments, making it clearer how to handle multiple values in your scripts. (#480)

For full documentation, visit usage.jdx.dev.

Don't miss a new usage release

NewReleases is sending notifications on new releases.