Skip to content

0.2.0

Choose a tag to compare

@ayosec ayosec released this 30 Aug 12:19
· 24 commits to main since this release

Added support for shell variables.

  • The variables module provides functions to get, set, and unset shell variables.
  • Reading indexed and associative arrays is supported.
  • Dynamic variables (like $SECONDS or $RANDOM) can be created with the DynamicVariable trait.