Skip to content

0.1.0.0-rc9

Pre-release
Pre-release
Compare
Choose a tag to compare
@trskop trskop released this 18 Apr 18:00
· 31 commits to master since this release

Toolset

  • Implements config --get functionality

    See command-wrapper-config(1) for more information.

  • Implements help {--list|--tree} functionality

    See 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 commands

    See 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 from exec 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 to head-and-tail
    This will allow us to deprecate head-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.