effect
effect copied to clipboard
@effect/cli Programatically invoke wizard mode
What is the problem this feature would solve?
A CLI author may want to enable Wizard mode in scenarios other than mycli --wizard.
In my case I prefer if Wizard mode is run whenever someone runs just the bare command itself with no options/args, so mycli invokes wizard mode. This is nice for lazy end-users (like me) or people completely new to the CLI.
What is the feature you are proposing to solve the problem?
Expose an API from the @effect/cli package which invokes wizard mode
What alternatives have you considered?
No response
I had claude help throw this together. lmk ? it seemed to do a decent job of it.