You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Bridgecraft/main.swift
+2-1
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,9 @@ import Foundation
12
12
letversion="0.3.0"
13
13
14
14
letgenerate=command(
15
-
Flag("verbose", description:"outputs all terminal commands and their results"),
16
15
Flag("assume-nonnull", description:"assume that all headers have been audited for nullability"),
16
+
Flag("keep-defaults", description:"do not strip default values (typically in the form of '= nil') from the generated header"),
17
+
Flag("verbose", description:"outputs all terminal commands and their results"),
17
18
Options<String>("sdk", default:[], count:1, description:"override the SDK used for the build (see xcodebuild -sdk)"),
18
19
Options<String>("destination", default:[], count:1, description:"override the destination device used for the build (see xcodebuild -destination)"),
19
20
Options<String>("output", default:[], flag:"o", count:1, description:"write the generated interface into the given file instead of the standard output"),
0 commit comments