Get desktop application:
View/edit binary Protocol Buffers messages
Used in: FlagShape
bool default = 1
bool negatable = 2
Used in: CommandBody
bool read_only = 1
bool destructive = 2
bool idempotent = 3
bool open_world = 4
Used in: CommandNode
Used in: CommandTree
string name = 1
repeated string aliases = 2
optional Doc doc = 3
optional Globals globals = 4
repeated int32 subcommands = 5
Used in: Tool
Used in: CommandBody
oneof value
Refs requires_all = 1
Refs all_or_none = 2
Refs requires_any = 3
Used in: FlagShape
Used in: CommandNode, ErrorCase, FlagSpec, Formatter, OptionSpec, Positional, ResultSpec, StreamSpec, TailPositional
string summary = 1
string description = 2
repeated Example examples = 3
Used in: RepeatableMapShape
DUPLICATE_KEY_POLICY_UNSPECIFIED = 0
DUPLICATE_KEY_POLICY_REJECT = 1
DUPLICATE_KEY_POLICY_LAST_WINS = 2
Used in: CommandBody
string name = 1
optional Doc doc = 2
uint32 exit_code = 4
Used in: ErrorCase
ERROR_KIND_UNSPECIFIED = 0
ERROR_KIND_USAGE_ERROR = 1
ERROR_KIND_RUNTIME_ERROR = 2
Used in: Doc
string title = 1
string body = 2
Used in: FlagSpec
Used in: CommandBody, Globals
string long = 1
optional uint32 short = 2
repeated string aliases = 3
optional Doc doc = 4
optional FlagShape shape = 5
optional string env_var = 6
Used in: Constraint
repeated Ref lhs = 2
repeated Ref rhs = 3
Used in: ResultSpec
string name = 1
optional Doc doc = 2
Used in: CommandNode
Used in: Constraint
repeated Ref lhs = 2
repeated Ref rhs = 4
Used in: OptionSpec
Used in: CommandBody, Globals
string long = 1
optional uint32 short = 2
repeated string aliases = 3
optional Doc doc = 4
optional string value_name = 5
bool required = 8
optional string env_var = 9
Used in: Positionals
string name = 1
optional Doc doc = 2
optional string value_name = 3
bool required = 6
bool accepts_stdio = 7
Used in: CommandBody
Used in: Forbids, Implies
QUANTIFIER_UNSPECIFIED = 0
QUANTIFIER_ALL = 1
QUANTIFIER_ANY = 2
Used in: Forbids, Implies, RefGroup, Refs
Used in: RefGroups
Used in: Constraint
Used in: Constraint
Used in: OptionShape
Used in: OptionShape
Used in: RepeatableListShape, RepeatableMapShape
oneof value
uint32 delimited = 2
uint32 either = 3
Used in: CommandBody
optional Doc doc = 2
repeated Formatter formatters = 3
string default_formatter = 4
Used in: CommandBody
optional Doc doc = 1
repeated string mime = 2
bool required = 3
Used in: Positionals
string name = 1
optional Doc doc = 2
optional string value_name = 3
uint32 min = 5
optional uint32 max = 6
optional string separator = 7
bool verbatim = 8
bool accepts_stdio = 9
Used in: component.ToolDeploymentMetadata, registry.RegisteredTool
Used in: Ref