public static interface CommandParser.CommandParserResult
CommandOption with an argument.| Modifier and Type | Method and Description |
|---|---|
static CommandParser.CommandParserResult |
of(CommandOption option,
Object value)
Gets an instance of a default
CommandParser.CommandParserResult. |
CommandOption |
option()
Gets the
CommandOption. |
Object |
value()
Gets the value.
|
CommandOption option()
CommandOption.Object value()
static CommandParser.CommandParserResult of(CommandOption option, Object value)
CommandParser.CommandParserResult.option - the command optionvalue - the valueCopyright © 2023. All rights reserved.