We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34ff141 + da410db commit e1b2449Copy full SHA for e1b2449
Sources/SwiftOptions/ExtraOptions.swift
Sources/SwiftOptions/OptionTable.swift
@@ -13,7 +13,7 @@ public struct OptionTable {
13
public init() { }
14
15
/// Retrieve the options.
16
- public var options: [Option] = Option.allOptions + Option.extraOptions
+ public var options: [Option] = Option.allOptions
17
public lazy var groupMap: [Option.Group: [Option]] = {
18
var map = [Option.Group: [Option]]()
19
for opt in options {
0 commit comments