taskOptions
An array of strings that represent command-line options for the task.
Declaration
var taskOptions: [String] { get }Discussion
This property is equivalent to the argv array of C strings passed to a command-line tool.
An array of strings that represent command-line options for the task.
var taskOptions: [String] { get }This property is equivalent to the argv array of C strings passed to a command-line tool.