summaryrefslogtreecommitdiff
path: root/src/main.mlton.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.mlton.sml')
-rw-r--r--src/main.mlton.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.mlton.sml b/src/main.mlton.sml
index 7f8540f2..1747d702 100644
--- a/src/main.mlton.sml
+++ b/src/main.mlton.sml
@@ -253,6 +253,7 @@ fun oneRun args =
SOME "print module name of <file> and exit"),
("getInfo", ONE ("<file:row:col>", getInfo),
SOME "print info of expression at <file:row:col> and exit"),
+ ("startLspServer", ZERO Lsp.startServer, SOME "Start Language Server Protocol server"),
("noEmacs", set_true Demo.noEmacs,
NONE),
("limit", TWO ("<class>", "<num>", add_class),