Uses of Class
org.kendar.cli.CommandOptions
Packages that use CommandOptions
-
Uses of CommandOptions in org.kendar.cli
Methods in org.kendar.cli that return CommandOptionsModifier and TypeMethodDescriptionCommandParser.getOptions()static CommandOptionsstatic CommandOptionsCommandOptions.withCallback(Consumer<String> callback) CommandOptions.withDescription(String description) CommandOptions.withOptions(CommandOption... commandOptions) Methods in org.kendar.cli that return types with arguments of type CommandOptionsModifier and TypeMethodDescriptionCommandOption.getSubChoices()CommandOption.getSubChoicesValues()Methods in org.kendar.cli with parameters of type CommandOptionsModifier and TypeMethodDescriptionvoidCommandOption.setValues(String value, CommandOptions subChoice) CommandOption.withSubChoices(CommandOptions... subChoices) Constructors in org.kendar.cli with parameters of type CommandOptions