Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Aug 13:00
· 30 commits to main since this release

0.7.0 (2024-08-07)

Added

  • Arguments may now specify a type, which works the same way as options.
  • Boolean options may now be rewritten into strings using rewrite.
  • Environment variables are now automatically parsed from .env files.
  • Additional environment variable files can be specified with env-file.

Fixed

  • Arguments and options are now properly validated when passed to sub-tasks.
  • Short names may no longer be provided for private options.