package command_line

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ChunkList

command_line.proto:56

Wrapper to allow a list of strings in the "oneof" section_type.

Used in: CommandLineSection

message CommandLine

command_line.proto:24

Representation of a Bazel command line.

Used in: build_event_stream.BuildEvent

message CommandLineSection

command_line.proto:41

A section of the Bazel command line.

Used in: CommandLine

message Option

command_line.proto:74

A single command line option. This represents the option itself, but does not take into account the type of option or how the parser interpreted it. If this option is part of a command line that represents the actual input that Bazel received, it would, for example, include expansion flags as they are. However, if this option represents the canonical form of the command line, with the values as Bazel understands them, then the expansion flag, which has no value, would not appear, and the flags it expands to would.

Used in: OptionList

message OptionList

command_line.proto:61

Wrapper to allow a list of options in the "oneof" section_type.

Used in: CommandLineSection