import ArgumentParser @main struct swiftyfox: ParsableCommand { @Flag var verbose = false static func main() { print("Hello, world!") } }