Releases: Effect-TS/cli
v0.27.0
v0.26.0
Minor Changes
- #430
859b1e7
Thanks @tim-smart! - update effect
v0.25.4
Patch Changes
- #428
ff2d006
Thanks @tim-smart! - fix for multiple handler transforms
v0.25.3
Patch Changes
-
#426
5ac4637
Thanks @tim-smart! - add Command.provideSync -
#426
5ac4637
Thanks @tim-smart! - add Command.provideEffect
v0.25.2
Patch Changes
- #424
960cc02
Thanks @tim-smart! - update /platform
v0.25.1
Patch Changes
- #422
ca7dcd5
Thanks @tim-smart! - add Command.withHandler,transformHandler,provide,provideEffectDiscard
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
.
v0.24.0
Minor Changes
- #410
686ce6c
Thanks @tim-smart! - update effect
Patch Changes
- #407
77b31e8
Thanks @tim-smart! - fix Subcommand type extraction
v0.23.1
Patch Changes
- #403
26ab5b5
Thanks @tim-smart! - add Args/Options.withFallbackConfig
v0.23.0
Minor Changes
-
#373
e6b790d
Thanks @IMax153! - implement--wizard
mode for cli applications -
#373
e6b790d
Thanks @IMax153! - implement completion script generation for cli applications -
#390
1512ce7
Thanks @tim-smart! - add localized handlers for Command's -
#398
3e21194
Thanks @tim-smart! - update effect -
#388
0502e7e
Thanks @tim-smart! - update effect
Patch Changes
-
#382
d24623b
Thanks @IMax153! - fix the type signature ofOptions.keyValueMap
-
#397
48db351
Thanks @tim-smart! - fix withDescription for mapped commands -
#375
ab92954
Thanks @IMax153! - cleanup readonly tuple types -
#385
fec4166
Thanks @IMax153! - support multi-valued arguments appearing anywhere in command-line arguments -
#383
714fe74
Thanks @IMax153! - add support for variadic options -
#384
3fd5804
Thanks @IMax153! - implement withDefault for Args -
#375
ab92954
Thanks @IMax153! - convert all modules to better support tree-shaking -
#378
2cc9d15
Thanks @IMax153! - fix completion script generation