public class InitCommand extends OptionParsingCommand
Command
that initializes a project using Spring initializr.Constructor and Description |
---|
InitCommand() |
InitCommand(org.springframework.boot.cli.command.init.InitCommand.InitOptionHandler handler) |
Modifier and Type | Method and Description |
---|---|
Collection<HelpExample> |
getExamples()
Return some examples for the command.
|
String |
getUsageHelp()
Returns usage help for the command.
|
getHandler, getHelp, getOptionsHelp, run
getDescription, getName
public InitCommand()
public InitCommand(org.springframework.boot.cli.command.init.InitCommand.InitOptionHandler handler)
public String getUsageHelp()
Command
getUsageHelp
in interface Command
getUsageHelp
in class AbstractCommand
public Collection<HelpExample> getExamples()
Command
getExamples
in interface Command
getExamples
in class AbstractCommand