Error interactive_options.rb:337:in `wait_for_user_input': Interrupt (Interrupt)
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 1.1k
- Forks
- 57
- Avg merge
- 2h 55m
- Merged PRs (30d)
- 2
Description
When you hit home/end or page-up/page-down cli-ui crashes with this error: interactive_options.rb:337:in `wait_for_user_input': Interrupt (Interrupt). There are more keys that trigger a crash. Shouldn't at least the home/end page-up/page-down navigate options correctly? What is the intended way to handle the keys which cause a crash?
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
Start at interactive_options.rb:337 in wait_for_user_input and reproduce the crash with Home, End, Page Up, and Page Down. Determine the intended handling for these keys and verify that the listed inputs no longer interrupt the interactive options flow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100