
template.help-command-default.stg Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-shell-standard-commands Show documentation
Show all versions of spring-shell-standard-commands Show documentation
Standard out-of-the-box shell commands, implemented using the Standard API
The newest version!
// NAME
name(commandName, commandShortDesc) ::= <<
<("NAME"); format="style-highlight">
-
>>
// SYNOPSIS
synopsisOption(option) ::= <%
<("[")>
<(option.type)>
<("]")>
%>
synopsis(commandName, options) ::= <<
<("SYNOPSIS"); format="style-highlight">
<(commandName); format="style-highlight"> }; separator=" ">
>>
// OPTIONS
arguments(arguments) ::= <<
}; separator=" or ">
>>
type(type) ::= <<
>>
required(option) ::= <%
[
<("Mandatory")>
<("Optional")>
<(", default = ")><(option.defaultValue)>
]
%>
option(option) ::= <<
>>
options(options) ::= <<
<("OPTIONS"); format="style-highlight">
}>
>>
// AVAILABILITY
availability(availability) ::= <<
<("CURRENTLY UNAVAILABLE"); format="style-highlight">
>>
// ALIASES
aliases(aliases) ::= <<
<("ALSO KNOWN AS"); format="style-highlight">
}; separator=", ">
>>
// main
main(model) ::= <<
>>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy