argv
An array of values of type Cfstring that specify the arguments that are to be passed to main() in the launched process. The value of this field can be NULL. This field is ignored in macOS 10.4.
Declaration
var argv: Unmanaged<CFArray>!An array of values of type Cfstring that specify the arguments that are to be passed to main() in the launched process. The value of this field can be NULL. This field is ignored in macOS 10.4.
var argv: Unmanaged<CFArray>!