Skip to content

Commit 80c85e6

Browse files
committed
Add a temporary typealias to avoid build breakage
1 parent f65c139 commit 80c85e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdlib/public/core/CommandLine.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212

1313
import SwiftShims
1414

15+
/// Temporary typealias to aid in migration
16+
public typealias Process = CommandLine
17+
1518
/// Command-line arguments for the current process.
1619
public enum CommandLine {
1720
/// The backing static variable for argument count may come either from the

0 commit comments

Comments
 (0)