Created
March 22, 2019 19:17
-
-
Save bill350/7b266475174dd1b45048a8b4b65e0dbd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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