Package | Description |
---|---|
org.springframework.boot.cli.command |
Command infrastructure for the CLI.
|
org.springframework.boot.cli.command.encodepassword |
CLI command for password encoding.
|
org.springframework.boot.cli.command.init |
CLI command for initializing a new application using Spring Initializr.
|
Modifier and Type | Method and Description |
---|---|
Collection<HelpExample> |
Command.getExamples()
Return some examples for the command.
|
Collection<HelpExample> |
AbstractCommand.getExamples() |
Modifier and Type | Method and Description |
---|---|
Collection<HelpExample> |
EncodePasswordCommand.getExamples() |
Modifier and Type | Method and Description |
---|---|
Collection<HelpExample> |
InitCommand.getExamples() |