Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 20 May 17:59
· 20 commits to main since this release
v0.3.0
d58a071

Added support for expandable named placeholders.

  • %(NAME)*s, %(NAME)*q expand named values as array items.
  • %(NAME)**s, %(NAME)**q expand named values as key value pairs.
  • Pass values for named array items using NAME=ITEM_N syntax.
  • Pass values for named key value pairs using NAME=KEY_N NAME=VALUE_N syntax.

Also, changed the syntax for optional placeholder from $?(...) to $(...)?.