From: Claudio Cambra Date: Tue, 16 Jul 2024 07:53:43 +0000 (+0800) Subject: Use default long arg type for build path X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~6^2~106^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b539861fcc3e924fcd70c43b16477ab015877aa3;p=nextcloud-desktop.git Use default long arg type for build path Signed-off-by: Claudio Cambra --- diff --git a/admin/osx/mac-crafter/Sources/main.swift b/admin/osx/mac-crafter/Sources/main.swift index 8d0e4cdd7..183c79240 100644 --- a/admin/osx/mac-crafter/Sources/main.swift +++ b/admin/osx/mac-crafter/Sources/main.swift @@ -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.")