Skip to content

Commit 9cbe4d9

Browse files
committed
Update Option.swift header
Updating the Option.swift header with the new generated comment
1 parent 476788c commit 9cbe4d9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Sources/SwiftOptions/Options.swift

+7
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
1010
//
1111
//===----------------------------------------------------------------------===//
12+
//
13+
// NOTE: Generated file, do not edit!
14+
//
15+
// This file is generated from 'apple/swift:include/swift/Option/Options.td'.
16+
// Please see README.md#rebuilding-optionsswift for details
17+
//
18+
//===----------------------------------------------------------------------===//
1219

1320
extension Option {
1421
public static let INPUT: Option = Option("<input>", .input, attributes: [.argumentIsPath])

0 commit comments

Comments
 (0)