io.sarl.apputils.bootiqueapp.mdconfig
Class GenerateMarkdownConfigCommandModule
All Superinterfaces:
io.bootique.di.BQModule
class GenerateMarkdownConfigCommandModule
extends java.lang.Object
implements io.bootique.di.BQModule
Module for displaying the help for configuration parameters on the standard output using a Markdown format.
Maven Group Identifier:
io.sarl.apputils
Maven Artifact Identifier:
bootiqueapp
Since:
0.12
Constructor Summary
Constructor and description
new
Action Summary
Modifier and type Action and description
void configure(Binder)
GenerateMarkdownConfigCommand provideGenerateMarkdownHelpCommand(ModulesMetadata)
Provide the command for displaying the configuration parameters.
Constructor Details
new
new
Action Details
configure(Binder)
def configure(Binder)
provideGenerateMarkdownHelpCommand(ModulesMetadata)
def provideGenerateMarkdownHelpCommand(ModulesMetadata) : GenerateMarkdownConfigCommand
Provide the command for displaying the configuration parameters.
Parameters:
modulesMetadata - the description of the modules.
Returns:
the command.