How do you access command line arguments for a command line application in Swift?
In Swift 3 use CommandLine enum instead of Process
Process
So:
let arguments = CommandLine.arguments