enum
CommandLine
Command-line arguments for the current process.
Type Variables
Access to the raw argv value from C. Accessing the argument vector through this pointer is unsafe.
Declaration
var
unsafeArgv
:
UnsafeMutablePointer
<
UnsafeMutablePointer
<
Int8
>
?
>
Access to the raw argc value from C.
Declaration
var
argc
:
Int32