You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring Shell in interactive mode turned out to be handy for text-based games. But there are two cases that make things more complex than desired:
Component Flow for multiple item selector (.withMultipleItemSelector) cannot control the initial selection state for selectItems. selectItems always appear deselected for the user.
It is not possible to have command already suggested in the shell input. e.g. shell:>start, with further control over suggestions depending on the current application state.
If that can be addressed, would make life a little easier.
Thanks!
The text was updated successfully, but these errors were encountered:
Hey, respect to developers.
Spring Shell in interactive mode turned out to be handy for text-based games. But there are two cases that make things more complex than desired:
.withMultipleItemSelector
) cannot control the initial selection state forselectItems
.selectItems
always appear deselected for the user.shell:>start
, with further control over suggestions depending on the current application state.If that can be addressed, would make life a little easier.
Thanks!
The text was updated successfully, but these errors were encountered: