Skip to content

Commit 4bdb577

Browse files
committed
Make the new option hidden
1 parent 44d50c0 commit 4bdb577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CoreCommands/Options.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public struct LocationOptions: ParsableArguments {
8484
@Option(name: .customLong("destination"), help: .hidden, completion: .directory)
8585
public var customCompileDestination: AbsolutePath?
8686

87-
@Option(name: .customLong("experimental-cc-sdks-path"), help: "Specify the cross-compilation SDK directory path (experimental)", completion: .directory)
87+
@Option(name: .customLong("experimental-cc-sdks-path"), help: .hidden, completion: .directory)
8888
var ccSDKsDirectory: AbsolutePath?
8989
}
9090

0 commit comments

Comments
 (0)