Instance Property (Default implementation)swift-argument-parser 1.6.1ArgumentParser
defaultValueDescription
ExpressibleByArgument.swift:49var defaultValueDescription: String { get }
var defaultValueDescription: String { get }
s14ArgumentParser013ExpressibleByA0PAAE23defaultValueDescriptionSSvp
What are these?940ZV
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.
var defaultValueDescription: String { get }
The description of this instance to show as a default value in a command-line tool’s help screen.
static var allValueDescriptions: [String : String] { get }
static var allValueStrings: [String] { get }
static var defaultCompletionKind: CompletionKind { get }