Skip to content

Commit 80f1052

Browse files
authored
Rename Process to CommandLine (swiftlang#453)
1 parent 686d9b6 commit 80f1052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Foundation/NSProcessInfo.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class ProcessInfo: NSObject {
5959
}
6060

6161
public var arguments: [String] {
62-
return Process.arguments // seems reasonable to flip the script here...
62+
return CommandLine.arguments // seems reasonable to flip the script here...
6363
}
6464

6565
public var hostName: String {

0 commit comments

Comments
 (0)