0.1.0.0-rc8
Pre-release
Pre-release
- (FIX) Fixes syntax error in Bash subcommand template.
- (FEATURE) Command line completion for toolset shows only subcommands on
empty pattern, i.e. forTOOLSET <TAB>
. One needs to writeTOOLSET -<TAB>
to get options. This gives us better UX story. - (FEATURE) Support other types of Dhall
EXPRESSION
inexec --expression=EXPRESSION
. - (FEATURE) Dhall import completion for
exec --expression=<TAB>
. - (FIX) Do not append space if
env:
is the single completion in Bash. - (FEATURE) Bash subcommands check Subcommand Protocol version when
invokingdieIfExecutedOutsideOfCommandWrapperEnvironment
Bash library
function. - (FEATURE) Introduces
watch_files
Direnv Bash library function. - (FEATURE) Lots of documentation enhancements.