Instance Property (Default implementation)swift-protobuf 1.28.1SwiftProtobufPluginLibrary
projectURL
CodeGenerator.swift:179var projectURL: String? { get }
Implements
var projectURL: String?
If provided and
printHelp
isn’t provide, this value will be including in default output for the--help
output.
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 supportedEditionRange: ClosedRange<Google_Protobuf_Edition>
var version: String?
func main([String]?
) Runs as a protocol buffer compiler plugin based on the given arguments or falls back to
CommandLine.arguments
.func printHelp(
)