CommandLine

enum CommandLine

Command-line arguments for the current process.

Type Variables

var argc Required

Access to the raw argc value from C.

Declaration

var argc: Int32
var arguments Required

Declaration

var arguments: [String]
var unsafeArgv Required

Access to the raw argv value from C. Accessing the argument vector through this pointer is unsafe.

Declaration

var unsafeArgv: UnsafeMutablePointer<UnsafeMutablePointer<Int8>?>