Issue
is it possible to change the prompt in a spring shell application? For default it seems that the prompt is:
shell:>
Is is possible to change this text at runtime?
THX
Solution
You can define a PromptProvider, see in the Docs: https://docs.spring.io/spring-shell/docs/current-SNAPSHOT/reference/htmlsingle/#_promptprovider
Answered By - void
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.