Uses of Enum
picocli.CommandLine.ScopeType
Packages that use CommandLine.ScopeType
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion
functionality.-
Uses of CommandLine.ScopeType in picocli
Methods in picocli that return CommandLine.ScopeTypeModifier and TypeMethodDescriptionCommandLine.Model.ArgSpec.scopeType()
Returns the scope of this argument; it it local, or inherited (it applies to this command as well as all sub- and sub-subcommands).CommandLine.Model.CommandSpec.scopeType()
Returns the scope of this argument; it it local, or inherited (it applies to this command as well as all sub- and sub-subcommands).static CommandLine.ScopeType
Returns the enum constant of this type with the specified name.static CommandLine.ScopeType[]
CommandLine.ScopeType.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.ScopeTypeModifier and TypeMethodDescriptionCommandLine.Model.CommandSpec.scopeType
(CommandLine.ScopeType scopeType) Sets the scope of where this argument applies: only this command, or also all sub (and sub-sub) commands, and returns this builder.