Chaining Prompts with Logic for CLI in Effect Typescript
how do I chain prompts so the result of the first select (+ some logic) would be choices for the second select,
So I need something like Do-bind for cli prompts
So I need something like Do-bind for cli prompts
