From 0516505c700277074733b9b5c30cb4c945d44763 Mon Sep 17 00:00:00 2001 From: Vitalii Budnik Date: Wed, 25 Jun 2025 17:45:03 +0300 Subject: [PATCH] fix: resolve command --- Sources/CommandLine/Commands/ResolveCommand.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/CommandLine/Commands/ResolveCommand.swift b/Sources/CommandLine/Commands/ResolveCommand.swift index 2823e47..59170da 100644 --- a/Sources/CommandLine/Commands/ResolveCommand.swift +++ b/Sources/CommandLine/Commands/ResolveCommand.swift @@ -17,7 +17,7 @@ struct ResolveCommand: ParsableCommand { /// $ binary-dependencies-manager resolve --config ./.binary-dependencies.yaml /// $ binary-dependencies-manager resolve -c ./.binary-dependencies.yaml /// ``` - @Option(name: [.customLong("config", withSingleDash: true), .short], help: "Path to the configuration file") + @Option(name: [.customLong("config"), .short], help: "Path to the configuration file") var configurationFilePath: String? /// Path to the output directory.