Optional
data: PartialMessage<FlagOptions>default_value is the default value as text.
deprecated is the usage text to show if this flag is deprecated.
hidden hides the flag from help/usage text
name is an alternate name to use for the field flag.
default value is the default value as text if the flag is used without any value.
shorthand is a one-letter abbreviated flag.
shorthand_deprecated is the usage text to show if the shorthand of this flag is deprecated.
usage is the help message.
Static
Readonly
fieldsStatic
Readonly
runtimeStatic
Readonly
typeStatic
equalsStatic
fromOptional
options: Partial<BinaryReadOptions>Static
fromOptional
options: Partial<JsonReadOptions>Static
fromOptional
options: Partial<JsonReadOptions>
FlagOptions are options for flags generated from rpc request fields. By default, all request fields are configured as flags based on the kebab-case name of the field. Fields can be turned into positional arguments instead by using RpcCommandOptions.positional_args.
Generated
from message cosmos.autocli.v1.FlagOptions