Contents

extractFlag(named:)

Extracts flags of the form --<name> from the remaining arguments, and returns the count.

Declaration

mutating func extractFlag(named name: String) -> Int

See Also

Extracting Arguments