Skip to content

0.2.0 Bashisms

Compare
Choose a tag to compare
@kojiromike kojiromike released this 02 Jul 15:50
· 40 commits to main since this release
3efeb4e

Support for some bashisms:

  • simple replacement as in ${foo/bar/baz}
  • substrings as in ${foo:4:2}
  • plain $parameter substitution
  • simple nesting

Thanks to Philippe Ombredanne [email protected] for the contribution.

See #9