All Superinterfaces:
io.bootique.command.Command
class GenerateMarkdownHelpCommand
extends java.lang.Object
Command for displaying the help on the standard output using a Markdown format.
Maven Group Identifier:
Maven Artifact Identifier:
Since:
Constructor Summary
Constructors
Action Summary
All actions Static actions Instance actions
Modifier and type
Action and description
static java.util.List <E>
getOptions(Injector)
Replies the list of command-line options that are defined inside the runtime injector.
static java.util.List <E>
getOptionsAsStrings(Injector,boolean)
Replies the options of the program in the form of a matrix of strings of characters.
io.bootique.command.CommandOutcome
run(Cli)
Modifier and type
Action and description
static java.util.List <E>
getOptions(Injector)
Replies the list of command-line options that are defined inside the runtime injector.
static java.util.List <E>
getOptionsAsStrings(Injector,boolean)
Replies the options of the program in the form of a matrix of strings of characters.
Modifier and type
Action and description
io.bootique.command.CommandOutcome
run(Cli)
Constructor Details
new(Injector)
new (Injector)
Constructor.
Parameters:
injector -
new(Injector,Class<T>,String)
protected new (Injector,Class<T>,String)
Constructor.
Parameters:
injector -
commandType -
description -
Action Details
getOptions(Injector)
def getOptions(Injector) : java.util.List <E>
Replies the list of command-line options that are defined inside the runtime injector.
Parameters:
runtime -
Returns:
getOptionsAsStrings(Injector,boolean)
def getOptionsAsStrings(Injector,boolean) : java.util.List <E>
Replies the options of the program in the form of a matrix of strings of characters. The replied value is a table with 2 columns: the options' names, and the options' descriptions. Each line of the table is a different option.
Parameters:
runtime -
replacePipes -
Returns:
run(Cli)
def run(Cli) : io.bootique.command.CommandOutcome