Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

v0.25.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Dec 22:29
· 13 commits to main since this release
29c2915

Minor Changes

Patch Changes

  • #411 07b3529 Thanks @IMax153! - default CliConfig.finalCheckBuiltIn to false

  • #404 70fc225 Thanks @IMax153! - remove "type" option from Prompt.text and add Prompt.password and Prompt.hidden which return Secret

  • #416 234c3f7 Thanks @IMax153! - Make help documentation print built-in options by default

    The printing of built-in options in the help documentation can be disabled by providing a custom
    CliConfig to your CLI application with showBuiltIns set to false.