Is it possible to update the Prompt after creation. #234
-
in the documentation you could update the prompt by specifying a string on ReadLineAsync var response = await prompt.ReadLineAsync("> "); but now you have to configure the prompt text with public FormattedString Prompt { get; } is there a way to change it after? i would like to change the prompt depending on the state of my application. |
Beta Was this translation helpful? Give feedback.
Answered by
kindermannhubert
Dec 15, 2022
Replies: 1 comment
-
That's reasonable and should be possible. I've created issue #235 for it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cosmez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's reasonable and should be possible. I've created issue #235 for it.