Required Instance Propertyswift-argument-parser 1.6.1ArgumentParser
defaultValueDescription
The description of this instance to show as a default value in a command-line tool’s help screen.
var defaultValueDescription: String { get }
The description of this instance to show as a default value in a command-line tool’s help screen.
var defaultValueDescription: String { get }
s14ArgumentParser013ExpressibleByA0P23defaultValueDescriptionSSvp
What are these?2ZYDQ
import ArgumentParser
Straightforward, type-safe argument parsing for Swift.
protocol ExpressibleByArgument : _SendableMetatype
A type that can be expressed as a command-line argument.
@frozen struct String
A Unicode string value that is a collection of characters.
init?(argument: String)
Creates a new instance of this type from a command-line-specified argument.
static var allValueDescriptions: [String : String] { get }
A dictionary containing the descriptions for each possible value of this type, for display in the help screen.
static var allValueStrings: [String] { get }
An array of all possible strings that can convert to a value of this type, for display in the help screen.
static var defaultCompletionKind: CompletionKind { get }
The completion kind to use for options or arguments of this type that don’t explicitly declare a completion kind.
var defaultValueDescription: String { get }
var defaultValueDescription: String { get }