I want to get the arguments passed to the command line.
// Loop through the command line arguments // Process.arguments[0] is the Swift script for arg in Process.arguments { print(arg) }
* Please let us know about anything: issues/feature request/suggestions......And we'll do our best to get back to you asap! :)
Or just post your issue on iSwift's Official Issue Tracker