Skip to content

Instantly share code, notes, and snippets.

@bill350
Created March 22, 2019 19:17
Show Gist options
  • Save bill350/7b266475174dd1b45048a8b4b65e0dbd to your computer and use it in GitHub Desktop.
Save bill350/7b266475174dd1b45048a8b4b65e0dbd to your computer and use it in GitHub Desktop.
guard CommandLine.arguments.count > 2 else {
exit(1)
}
let lokaliseProjectId = CommandLine.arguments[1]
let lokaliseApiToken = CommandLine.arguments[2]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment