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