io.sarl.apputils.bootiqueapp.mdhelp
Class GenerateMarkdownHelpCommandModule
All Superinterfaces:
io.bootique.di.BQModule
class GenerateMarkdownHelpCommandModule
extends java.lang.Object
implements io.bootique.di.BQModule
Module for displaying the help 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)
GenerateMarkdownHelpCommand provideGenerateMarkdownHelpCommand(Injector)
Provide the command for displaying the help options.
Constructor Details
new
new
Action Details
configure(Binder)
def configure(Binder)
provideGenerateMarkdownHelpCommand(Injector)
def provideGenerateMarkdownHelpCommand(Injector) : GenerateMarkdownHelpCommand
Provide the command for displaying the help options.
Parameters:
injector - the injector.
Returns:
the command.