diff --git a/Sources/LicensePlist/main.swift b/Sources/LicensePlist/main.swift index 6b09508d..93a4d511 100644 --- a/Sources/LicensePlist/main.swift +++ b/Sources/LicensePlist/main.swift @@ -18,6 +18,8 @@ extension CompletionKind { // Typename used for usage in help command struct LicensePlist: ParsableCommand { + static let configuration = CommandConfiguration(version: Consts.version) + @Option(name: .long, completion: .file()) var cartfilePath = Consts.cartfileName