diff --git a/Sources/BindingGenerator/CLI.swift b/Sources/BindingGenerator/CLI.swift index 3aaf79d..b7d00c5 100644 --- a/Sources/BindingGenerator/CLI.swift +++ b/Sources/BindingGenerator/CLI.swift @@ -327,13 +327,12 @@ struct CLI { #endif let cmdLinArgs = CommandLine.arguments.dropFirst() - + + var args: [String] = Array(cmdLinArgs) #if DEBUG - var args:[String] = Array(cmdLinArgs) args.append(contentsOf: ["-r"]) - #else #endif - + await Process.main(args) } else { print("This only works on mac 13 and newer.")