Skip to content

Commit 6cd6e73

Browse files
authored
Fix incorrect command name in sourcekit-lsp --help output
Currently the name of the command is `source-kit-lsp` in `sourcekit-lsp --help` output: ``` ❯ sourcekit-lsp --help OVERVIEW: Language Server Protocol implementation for Swift and C-based languages USAGE: source-kit-lsp <options> <subcommand> ```
1 parent acabb1d commit 6cd6e73

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)