All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.shell.component.confirmation-input-default.stg Maven / Gradle / Ivy

// message
message(model) ::= <%

<(">>>"); format="level-error"> 

<(">>"); format="level-warn"> 

<(">"); format="level-info"> 

%>

// info section after '? xxx'
info(model) ::= <%

  <("(Y/n)"); format="style-item-disabled">

  <("(y/N)"); format="style-item-disabled">

%>

// start '? xxx' shows both running and result
question_name(model) ::= <<
<({}); format="style-list-value"> 
>>

// component result
result(model) ::= <<
 
>>

// component is running
running(model) ::= <<
 

>>

// main
main(model) ::= <<

>>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy