CommandLine
Command-line arguments for the current process.
@frozen enum CommandLine
Citizens in Swift
Conformances
protocol Sendable
A type whose values can safely be passed across concurrency domains by copying.
Members
static var argc: Int32
Access to the raw argc value from C.
static var arguments: [String]
static var unsafeArgv: UnsafeMutablePointer<UnsafeMutablePointer<Int8>?>
Access to the raw argv value from C.