Uses of Interface
org.springframework.shell.command.CommandRegistration.HelpOptionsSpec
Packages that use CommandRegistration.HelpOptionsSpec
-
Uses of CommandRegistration.HelpOptionsSpec in org.springframework.shell.command
Classes in org.springframework.shell.command that implement CommandRegistration.HelpOptionsSpecMethods in org.springframework.shell.command that return CommandRegistration.HelpOptionsSpecModifier and TypeMethodDescriptionSets command used for help.CommandRegistration.DefaultHelpOptionsSpec.enabled
(boolean enabled) CommandRegistration.HelpOptionsSpec.enabled
(boolean enabled) Whether help options are enabled.Sets long names options for help.CommandRegistration.DefaultHelpOptionsSpec.shortNames
(Character... shortNames) CommandRegistration.HelpOptionsSpec.shortNames
(Character... shortNames) Sets short names options for help.CommandRegistration.BaseBuilder.withHelpOptions()
CommandRegistration.Builder.withHelpOptions()
Define help options what this command should use.