how to change the cli prompt char '>' to something else? #20
Answered
by
NizanMandelblit
NizanMandelblit
asked this question in
Q&A
-
how to change the cli prompt char '>' to something else? |
Beta Was this translation helpful? Give feedback.
Answered by
NizanMandelblit
Dec 13, 2022
Replies: 2 comments 1 reply
-
found it! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
NizanMandelblit
-
Since #28 you can change invitation to anything else via config: EmbeddedCliConfig *config = embeddedCliDefaultConfig();
config->invitation = "::> "; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
found it!
impl->invitation at line 793.