Skip to content

Commit 1988544

Browse files
authored
Merge pull request #1497 from apple/maxd/fix-command-name
Fix incorrect command name in `sourcekit-lsp --help` output
2 parents e62473b + 6cd6e73 commit 1988544

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/sourcekit-lsp/SourceKitLSP.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ extension SKSupport.WorkspaceType: @retroactive ExpressibleByArgument {}
102102
@main
103103
struct SourceKitLSP: AsyncParsableCommand {
104104
static let configuration = CommandConfiguration(
105+
commandName: "sourcekit-lsp",
105106
abstract: "Language Server Protocol implementation for Swift and C-based languages",
106107
subcommands: [
107108
DiagnoseCommand.self,

0 commit comments

Comments
 (0)