Skip to content

Commit

Permalink
Use default long arg type for build path
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Jul 19, 2024
1 parent 057be13 commit 08089d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/osx/mac-crafter/Sources/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ struct MacCrafter: ParsableCommand {
@Option(name: [.short, .long], help: "Code signing identity for desktop client and libs.")
var codeSignIdentity: String?

@Option(name: [.short, .customLong("buildPath")], help: "Path for build files to be written.")
@Option(name: [.short, .long], help: "Path for build files to be written.")
var buildPath = "\(FileManager.default.currentDirectoryPath)/build"

@Option(name: [.short, .long], help: "Architecture.")
Expand Down

0 comments on commit 08089d7

Please sign in to comment.