Feature to read/process raw inputs from stdin
in @lune/stdio
#258
Labels
enhancement
New feature or request
pending / needs design
Awaiting design and/or implementation discussion and decisions
A way to read inputs directly from stdin, or another lune api to get arrow inputs from user in real-time. Current workaround is using
stdio.prompt
, but this is not in real-time and would force the user to select an option.Related to: luau-snake#1
The text was updated successfully, but these errors were encountered: