templates.dscfgSubcommand.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opendj-cli Show documentation
Show all versions of opendj-cli Show documentation
This module includes CLI API for implementing CLI applications.
The newest version!
${marker}
${year}
2011-2017 ForgeRock AS. 2017-${year} Open Identity Platform Community
${name} 1
OpenDJ
${r"${project.version}"}
${name}
${purpose}
${name}
${args}
${descTitle}
${description?ensure_ends_with(".")}
<#if info??>${info}#if>
<#if options??>
${optionsTitle}
${optionsIntro}
<#list options as option>
${option.description?ensure_ends_with(".")}
<#if option.info??>
<#if option.info.usage??>${option.info.usage}#if>
<#if option.info.default??>
${option.info.default}
#if>
<#if option.info.doc??>${option.info.doc}#if>
#if>
#list>
#if>
<#if propertiesInfo??>${propertiesInfo}#if>