Effect-TS / effect

An ecosystem of tools to build robust applications in TypeScript
https://effect.website
MIT License
7.74k stars 246 forks source link

[cli] Prompt fires unexpectedly #3799

Closed leighman closed 1 week ago

leighman commented 1 month ago

What version of Effect is running?

3.9.2

What steps can reproduce the bug?

https://github.com/leighman/prompt-response

What is the expected behavior?

In reproduction repo: npx ts-node ./index.ts open-the-pod-bay-doors - works as expected npx ts-node ./index.ts access-security-grid - works as expected npx ts-node ./index.ts please - unexpectedly invokes prompt

What do you see instead?

No response

Additional information

No response