Uses of Interface
org.flasby.cli.OptionList
Packages that use OptionList
-
Uses of OptionList in org.flasby.cli
Methods in org.flasby.cli that return OptionListModifier and TypeMethodDescriptionOptions.addOption
(OptionList option) Options.createList
(char option, String descriptionKey) create a new option list.Options.createList
(char option, String descriptionKey, boolean isMandatory) Methods in org.flasby.cli with parameters of type OptionListModifier and TypeMethodDescriptionOptions.addOption
(OptionList option) String[]
CommandLine.getValues
(OptionList option) returns an array of values containing all the values provided for this option. -
Uses of OptionList in org.flasby.cli.impl
Methods in org.flasby.cli.impl with parameters of type OptionList