ArgumentVisibility
Visibility level of an argument’s help.
struct ArgumentVisibility
Visibility level of an argument’s help.
struct ArgumentVisibility
import ArgumentParser
Straightforward, type-safe argument parsing for Swift.
Support your users (and yourself) by providing rich help for arguments, options, and flags.
struct ArgumentHelp
Help information for a command-line argument.
struct NameSpecification
A specification for how to represent a property as a command-line argument label.
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol Sendable
A type whose values can safely be passed across concurrency domains by copying.
static let `default`: ArgumentVisibility
Show help for this argument whenever appropriate.
static let hidden: ArgumentVisibility
Only show help for this argument in the extended help screen.
static let `private`: ArgumentVisibility
Never show help for this argument.
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.