AnsiConsole.Ask and only ENTER as input #561
-
Beta Was this translation helpful? Give feedback.
Answered by
patriksvensson
Sep 28, 2021
Replies: 1 comment 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
patriksvensson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
Ask
method is for text input. I would recommend using something likeSystem.Console.ReadKey(true)
instead.