effect
effect copied to clipboard
[cli] Prompt fires unexpectedly
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