diff --git a/Sources/sourcekit-lsp/SourceKitLSP.swift b/Sources/sourcekit-lsp/SourceKitLSP.swift index e3e4dbf5e..7b00e1e78 100644 --- a/Sources/sourcekit-lsp/SourceKitLSP.swift +++ b/Sources/sourcekit-lsp/SourceKitLSP.swift @@ -102,6 +102,7 @@ extension SKSupport.WorkspaceType: @retroactive ExpressibleByArgument {} @main struct SourceKitLSP: AsyncParsableCommand { static let configuration = CommandConfiguration( + commandName: "sourcekit-lsp", abstract: "Language Server Protocol implementation for Swift and C-based languages", subcommands: [ DiagnoseCommand.self,