Enumerationswift 6.0.3Swift
CommandLine
Command-line arguments for the current process.
@frozen enum CommandLine
Command-line arguments for the current process.
@frozen enum CommandLine
import Swift
protocol Sendable
static var argc: Int32 { get }
Access to the raw argc value from C.
static var arguments: [String] { get set }
An array that provides access to this program’s command line arguments.
static var unsafeArgv: UnsafeMutablePointer<UnsafeMutablePointer<Int8>?> { get }
Access to the raw argv value from C.