Initializerswift-argument-parser 1.6.1ArgumentParser
init(from:)
OptionGroup.swift:50init(from _decoder: any Decoder) throws
init(from _decoder: any Decoder) throws
s14ArgumentParser11OptionGroupV4fromACyxGs7Decoder_p_tKcfc
What are these?1ERKF
import ArgumentParser
Straightforward, type-safe argument parsing for Swift.
@propertyWrapper struct OptionGroup<Value> where Value : ParsableArguments
A wrapper that transparently includes a parsable type.
protocol Decoder
A type that can decode values from a native format into in-memory representations.
init(title: String = "", visibility: ArgumentVisibility = .default)
Creates a property that represents another parsable type, using the specified title and visibility.
var title: String
The title to use in the help screen for this option group.
var wrappedValue: Value { get set }
The value presented by this property wrapper.