Skip to content

Instantly share code, notes, and snippets.

@Ceri-anne
Created August 31, 2018 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ceri-anne/771bac64a2c7ab96179b6da6be783618 to your computer and use it in GitHub Desktop.
Save Ceri-anne/771bac64a2c7ab96179b6da6be783618 to your computer and use it in GitHub Desktop.
import Foundation
func run() {
let arguments = CommandLine.arguments
print(arguments)
print("Hello, World! This is my command line tool")
}
run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment