We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--output-dir
1 parent a868d92 commit 22abc55Copy full SHA for 22abc55
utils/swift-xcodegen/Sources/swift-xcodegen/Options.swift
@@ -242,10 +242,13 @@ struct MiscOptions: ParsableArguments {
242
""")
243
var projectRootDir: AnyPath?
244
245
- @Option(help: """
246
- The output directory to write the Xcode project to. Defaults to the project
247
- root directory.
248
- """)
+ @Option(
+ name: .shortAndLong,
+ help: """
+ The output directory to write the Xcode project to. Defaults to the
249
+ project root directory.
250
+ """
251
+ )
252
var outputDir: AnyPath?
253
254
@Option(help: "The log level verbosity (default: info)")
0 commit comments