Contents

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]

See Also

Extracting Arguments