v0.7.0
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.