Instance Propertyswift-argument-parser 1.6.1ArgumentParser
wrappedValue
The value presented by this property wrapper.
var wrappedValue: Value { get set }
The value presented by this property wrapper.
var wrappedValue: Value { get set }
import ArgumentParser
Straightforward, type-safe argument parsing for Swift.
@propertyWrapper struct OptionGroup<Value> where Value : ParsableArguments
A wrapper that transparently includes a parsable type.
init()
Creates a property that represents another parsable type.
var description: String { get }
init(from _decoder: any Decoder) throws
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.