remainingArguments
Returns all remaining arguments.
Declaration
var remainingArguments: [String] { get }Discussion
The returned values include any positional arguments after the first --, if there is one.
Returns all remaining arguments.
var remainingArguments: [String] { get }The returned values include any positional arguments after the first --, if there is one.