- All Superinterfaces:
-
io.bootique.BQModule
class GenerateMarkdownConfigCommandModule
extends java.lang.Object
implements io.bootique.BQModule
Module for displaying the help for configuration parameters on the standard output using a Markdown format.
- Maven Group Identifier:
-
- Maven Artifact Identifier:
-
- Since:
-
Constructor Summary
Constructor and description |
new |
Action Summary
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 -
- Returns:
-