0.1.0.0-rc9
Pre-releaseToolset
-
Implements
config --get
functionalitySee
command-wrapper-config(1)
for more information. -
Implements
help {--list|--tree}
functionalitySee
command-wrapper-help(1)
for more information. -
Introduces
help --search {TOPIC|REGEX}
functionality.See
command-wrapper-help(1)
for more information. -
Introduces
--[no-]secure-remote-imports
for a lot of Dhall commandsSee
command-wrapper-config(1)
for more information. -
Better command line completion for
help
command. -
Bash completion: Any single completion choice ending with
=
,:
or/
will not have space appended to it. -
Supports Dhall standard 15.0.0 (bumps Dhall library to 1.31.1).
Command Wrapper Toolset library:
-
Moving
executeCommand
fromexec
subcommand into toolset library -
Moving tree-like help view from
exec
subcommand into toolset library -
Refactoring of
help
subcommand to remove some hardcoded values.
Command Wrapper Dhall library
-
Introduces
headAndTail
as an alternative name tohead-and-tail
This will allow us to deprecatehead-and-tail
in the future. -
Introduces
NonEmpty
Dhall type and bunch of functions for it -
Introduces various helper functions in Command Wrapper Dhall library
Documentation
- Introduces
command-wrapper-default.dhall(5)
manual page.