Static Property (Default implementation)swift-argument-parser 1.6.1ArgumentParser
allValueStrings
ExpressibleByArgument.swift:53static var allValueStrings: [String] { get }
static var allValueStrings: [String] { get }
s14ArgumentParser013ExpressibleByA0PAAE15allValueStringsSaySSGvpZ
What are these?5KERU
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.
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 allValueDescriptions: [String : String] { get }
static var defaultCompletionKind: CompletionKind { get }
var defaultValueDescription: String { get }