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 Answer Checked By - Marie Seifert (WPSolving Admin)