| Package | Description | 
|---|---|
| org.springframework.boot.cli.command | 
 Command infrastructure for the CLI. 
 | 
| org.springframework.boot.cli.command.core | 
 Core CLI commands. 
 | 
| org.springframework.boot.cli.command.options | 
 Support classes for handling command line options. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<OptionHelp> | 
OptionParsingCommand.getOptionsHelp()  | 
Collection<OptionHelp> | 
Command.getOptionsHelp()
Returns help for each supported option. 
 | 
Collection<OptionHelp> | 
AbstractCommand.getOptionsHelp()  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<OptionHelp> | 
HelpCommand.getOptionsHelp()  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<OptionHelp> | 
OptionHandler.getOptionsHelp()  |