Skip to content

2.7.0

Compare
Choose a tag to compare
@matejak matejak released this 18 Jul 22:57
· 119 commits to master since this release
2.7.0

2.7.0 (2018-07-19)

This version of Argbash brings the long-awaited POSIX shell output mode.
The generated code uses the getopts builtin if applicable, and although it doesn't support all features of full Bash script output, the most common functionality works.

New features:

  • ARGBASH_WRAP works recursively - you can wrap wrapped scripts.
  • Introduced new output - the strict POSIX shell output.

Bugfixes:

  • Fixed comment of the evaluate_strictness function in commented mode.
  • ARG_OPTIONAL_BOOL won't let you specify other default values than on or off.
  • Fixed bash completion containing a leading newline.
  • Fixed Argbash bash completion generated filename.