arguments
Array of strings with the command-line arguments for the process.
Declaration
var arguments: [String] { get }Discussion
This array contains all the information passed in the argv array, including the executable name in the first element.