Uses of Class
picocli.CommandLine.Spec.Target
-
-
Uses of CommandLine.Spec.Target in picocli
Methods in picocli that return CommandLine.Spec.Target Modifier and Type Method Description CommandLine.Spec.Targetvalue()Whether to inject theCommandSpecof this command (the default) or theCommandSpecof the "mixee" command that receives the options and other command elements defined here.static CommandLine.Spec.TargetCommandLine.Spec.Target. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CommandLine.Spec.Target[]CommandLine.Spec.Target. values()Returns an array containing the constants of this enum type, in the order they are declared.
-