Skip to content

Commit 3bc0a1b

Browse files
parkeraphausler
authored andcommitted
Rename Process to CommandLine (#453)
1 parent 6b6dd23 commit 3bc0a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Foundation/NSProcessInfo.swift

Lines changed: 1 addition & 1 deletion
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)