Invalid response when pressing Enter on "recommended actions" prompt
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 49
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
When prompted with "Do you wish for this script to take the recommended actions marked above? [Y/n]", pressing Enter yields an "Invalid response..." error message.
But the "[Y/n]" (with an uppercase Y) in the prompt suggests it should consider Enter as Y 🙁
Nothing too problematic, really, but took me two attempts to figure out what happened.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the code that displays the exact "Do you wish for this script to take the recommended actions marked above? [Y/n]" prompt and inspect how an empty response is validated. Done means pressing Enter follows the suggested Y response without producing an invalid-response error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100