heapwolf / prompt-sync

a synchronous prompt for node.js
MIT License
218 stars 42 forks source link

Feature: Enter on Single Character #61

Open erichosick opened 2 years ago

erichosick commented 2 years ago

prompt-sync now supports entering a single character. On typing a single character, prompt-sync will exit: returning the single character. Usage example: Press w to see more options...

Other updates: