Uses of Enum Class
picocli.CommandLine.Help.Visibility
-
Uses of CommandLine.Help.Visibility in picocli
Fields in picocli declared as CommandLine.Help.VisibilityModifier and TypeFieldDescriptionprivate CommandLine.Help.Visibility
CommandLine.Model.ArgSpec.Builder.showDefaultValue
private final CommandLine.Help.Visibility
CommandLine.Model.ArgSpec.showDefaultValue
Methods in picocli that return CommandLine.Help.VisibilityModifier and TypeMethodDescriptionCommandLine.Model.ArgSpec.Builder.showDefaultValue()
Returns whether this option or positional parameter's default value should be shown in the usage help.CommandLine.Model.ArgSpec.showDefaultValue()
Returns whether this option or positional parameter's default value should be shown in the usage help.static CommandLine.Help.Visibility
Returns the enum constant of this class with the specified name.static CommandLine.Help.Visibility[]
CommandLine.Help.Visibility.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in picocli with parameters of type CommandLine.Help.VisibilityModifier and TypeMethodDescriptionCommandLine.Model.ArgSpec.Builder.showDefaultValue
(CommandLine.Help.Visibility visibility) Sets whether this option or positional parameter's default value should be shown in the usage help, and returns this builder.