Uses of Class
picocli.CommandLine.Help.Visibility
-
Packages that use CommandLine.Help.Visibility Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletion
functionality. -
-
Uses of CommandLine.Help.Visibility in picocli
Fields in picocli declared as CommandLine.Help.Visibility Modifier and Type Field Description private CommandLine.Help.Visibility
CommandLine.Model.ArgSpec.Builder. showDefaultValue
private CommandLine.Help.Visibility
CommandLine.Model.ArgSpec. showDefaultValue
Methods in picocli that return CommandLine.Help.Visibility Modifier and Type Method Description CommandLine.Help.Visibility
CommandLine.Model.ArgSpec.Builder. showDefaultValue()
Returns whether this option or positional parameter's default value should be shown in the usage help.CommandLine.Help.Visibility
CommandLine.Model.ArgSpec. showDefaultValue()
Returns whether this option or positional parameter's default value should be shown in the usage help.CommandLine.Help.Visibility
showDefaultValue()
Use this attribute to control for a specific option whether its default value should be shown in the usage help message.CommandLine.Help.Visibility
showDefaultValue()
Use this attribute to control for a specific positional parameter whether its default value should be shown in the usage help message.static CommandLine.Help.Visibility
CommandLine.Help.Visibility. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CommandLine.Help.Visibility[]
CommandLine.Help.Visibility. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in picocli with parameters of type CommandLine.Help.Visibility Modifier and Type Method Description T
CommandLine.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.
-