EnumerationSwift
CommandLine
Command-line arguments for the current process.
@frozen enum CommandLine
Command-line arguments for the current process.
@frozen enum CommandLine
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. Accessing the argument vector through this pointer is unsafe.