Initializerswift-argument-parser 1.6.1ArgumentParser
init(_hiddenFromHelp:)
OptionGroup.swift:129This declaration has been renamed to OptionGroup.init(visibility:).
This declaration is deprecated.
init(_hiddenFromHelp: Bool)
This declaration has been renamed to OptionGroup.init(visibility:).
This declaration is deprecated.
init(_hiddenFromHelp: Bool)
s14ArgumentParser11OptionGroupV15_hiddenFromHelpACyxGSb_tcfc
What are these?7LRR7
where Value:ParsableArguments
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(visibility _visibility: ArgumentVisibility = .default)
@frozen struct Bool
A value type whose instances are either true
or false
.
protocol ParsableArguments : _SendableMetatype, Decodable
A type that can be parsed from a program’s command-line arguments.
var description: String { get }
init()
Creates a property that represents another parsable type.