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

com.socialbakers.config.templates.help.ftl Maven / Gradle / Ivy

There is a newer version: 0.5.7
Show newest version
NAME
	${name}
	
USAGE
	${name}${usage}
	${name} ${helpOption}
	${name} ${dumpOption}
	
DESCRIPTION
	${description}
	
OPTIONS
	${helpName}, ${helpOption} 
		Print a usage and options description	

	${dumpName}, ${dumpOption} 
		Print an actual state of configuration	
<#list params as param>
	
	${namePrefix}${param.getName()}<#if param.getOption()??>, ${optionPrefix}${param.getOption()}
		<#if param.getDescription()??>${param.getDescription()}


RESOURCES
<#list resources as resource>
	${resource}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy