extractOption(named:)
Extracts options of the form --<name> <value> or --<name>=<value> from the remaining arguments and returns the extracted values.
Declaration
mutating func extractOption(named name: String) -> [String]Extracts options of the form --<name> <value> or --<name>=<value> from the remaining arguments and returns the extracted values.
mutating func extractOption(named name: String) -> [String]