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.
1 parent 3635d25 commit 802f8e7Copy full SHA for 802f8e7
Sources/SKSupport/BuildConfiguration.swift
@@ -2,7 +2,7 @@
2
//
3
// This source file is part of the Swift.org open source project
4
5
-// Copyright (c) 2014 - 2019 Apple Inc. and the Swift project authors
+// Copyright (c) 2014 - 2021 Apple Inc. and the Swift project authors
6
// Licensed under Apache License v2.0 with Runtime Library Exception
7
8
// See https://swift.org/LICENSE.txt for license information
@@ -16,10 +16,3 @@ public enum BuildConfiguration: String {
16
case debug
17
case release
18
}
19
-
20
-extension BuildConfiguration: StringEnumArgument {
21
- /// Type of shell completion to provide for this argument.
22
- public static var completion: ShellCompletion {
23
- return ShellCompletion.none
24
- }
25
-}
0 commit comments