Configuration

public struct Configuration

Undocumented

  • Undocumented

    Declaration

    Swift

    public let featuresPath: URL?
  • Undocumented

    Declaration

    Swift

    public let strict: Bool
  • Undocumented

    Declaration

    Swift

    public let tags: [String]
  • Undocumented

    Declaration

    Swift

    public let tagExpression: String?
  • Undocumented

    Declaration

    Swift

    public init()
  • Undocumented

    Declaration

    Swift

    public init(featuresPath: URL?, strict: Bool = false, tags: [String] = [], tagExpression: String? = nil)