Index
A B C D E G H I N O P R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addAlias(String) - Method in class readycli.Option.Builder
-
Add an alias for the option.
- addAliases(String...) - Method in class readycli.Option.Builder
-
Add aliases for the option.
- addCommand(String, Command) - Method in class readycli.CLI
-
Adds a command to the
CLI
. - addDocumentationAlias(String) - Method in class readycli.Command.Builder
-
Adds a new alias for the option that shows the documentation.
- addDocumentationAliases(String...) - Method in class readycli.Command.Builder
-
Adds new aliases for the documentation option, that shows the documentation.
- addFlag(String, String) - Method in class readycli.Command.Builder
-
Adds a flag to the command.
- addOption(Option) - Method in class readycli.Command.Builder
- addParameter(String, String, String) - Method in class readycli.Option.Builder
-
Add a parameter to the option.
- addRequiredArgument(String, String) - Method in class readycli.Command.Builder
-
Adds a required argument to the command.
- addSubCommand(String, Command) - Method in class readycli.Command.Builder
-
Adds a
sub-command
that can be invoked by specifying it as the first argument of the current command. - arguments - Variable in class readycli.CommandContext
-
Contains all values of all arguments.
All Classes All Packages