4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript459 stars (459 stars)24 forks (24 forks)batch import
bughelp wanted
- Issue 種別
- bug
- 前提条件
- なし
- 調査方針
- Investigate key event handling in the CLI's input loop. Look at how the 'enter' key is processed; it likely triggers an exit instead of selection. Examine index.js or similar for keypress listeners and compare expected behavior on Windows vs Unix.