What's Changed
- Allow
flag.default
andarg.default
to be an array ifrepeatable
is true by @awattez and @DannyBen in #462 - Add
allowed
option toenvironment_variable
by @ChristianVind and @DannyBen in #472 - Update
inspect_args
to also print managedenvironment_variables
by @DannyBen in #473 - Refactor
inspect_args
handling of environment variables by @DannyBen in #474 - Testing: Add specs for
default_string
(arg
andflag
) by @DannyBen in #475 - CLI: Fix typo in
bashly render
by @M0Rf30 in #459 - JSON Schema: Support array in default by @EmilyGraceSeville7cf in #464
- JSON Schema: Add YAML schema as a source to the bashly JSON schema by @DannyBen in #468
- JSON Schema: Improve JSON schema tests by @DannyBen in #467
- JSON Schema: Refactor
environment_variable
in schema by @DannyBen in #476
Full Changelog: v1.1.4...v1.1.5