This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
v0.25.0
Minor Changes
- #417
486dcdd
Thanks @tim-smart! - update effect
Patch Changes
-
#411
07b3529
Thanks @IMax153! - defaultCliConfig.finalCheckBuiltIn
tofalse
-
#404
70fc225
Thanks @IMax153! - remove"type"
option fromPrompt.text
and addPrompt.password
andPrompt.hidden
which returnSecret
-
#416
234c3f7
Thanks @IMax153! - Make help documentation print built-in options by defaultThe printing of built-in options in the help documentation can be disabled by providing a custom
CliConfig
to your CLI application withshowBuiltIns
set tofalse
.