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

template.help-command-default.stg Maven / Gradle / Ivy

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