Instance Property (Default implementation)swift-protobuf 1.28.1SwiftProtobufPluginLibrary
version
CodeGenerator.swift:178var version: String? { get }
Implements
var version: String?
If provided, the argument parsing will support
--version
and report this value.
Other members in extension
Type members
static func main(
) Runs as a protocol buffer compiler plugin; reading the generation request off stdin and sending the response on stdout.
Instance members
var copyrightLine: String?
var customOptionExtensions: [any AnyMessageExtension]
var projectURL: String?
var supportedEditionRange: ClosedRange<Google_Protobuf_Edition>
func main([String]?
) Runs as a protocol buffer compiler plugin based on the given arguments or falls back to
CommandLine.arguments
.func printHelp(
)