Incompatible changes (minor):
argbash
option--standalone
has been renamed to--library
.
New features:
- Support for configuration of argument-value delimiters (space and equal sign are supported -
--some-opt=value
as well as--some-opt value
may work)
Bugfixes:
- Fixed handling of
argbash-xtoy
in Makefiles for tests/packaging. - Added the
die
function to all generated scripts. - Beautification of the underlying code.
- Documentation improvements in the Examples section.