swiftlang / sourcekit-lsp

Language Server Protocol implementation for Swift and C-based languages
Apache License 2.0
3.2k stars 264 forks source link

Fix incorrect command name in `sourcekit-lsp --help` output #1497

Closed MaxDesiatov closed 1 week ago

MaxDesiatov commented 2 weeks ago

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>
MaxDesiatov commented 2 weeks ago

@swift-ci test