Skip to content

Commit f24d159

Browse files
committed
refactor: update cli help
1 parent 34060d2 commit f24d159

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/commands/lsp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default class extends Command {
88
"commands": {
99
"start": {
1010
"short": "s",
11-
"title": "Start LSP server",
11+
"title": "Start or restart LSP server",
1212
"module": () => new URL( "lsp/start.js", import.meta.url ),
1313
},
1414
"exit": {

0 commit comments

Comments
 (0)