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 a6eaa7ea..9042307a 100644
--- a/src/main.mlton.sml
+++ b/src/main.mlton.sml
@@ -247,6 +247,7 @@ fun oneRun args =
NONE),
("moduleOf", ONE ("<file>", printModuleOf),
SOME "print module name of <file> and exit"),
+ ("startLspServer", ZERO Lsp.startServer, SOME "Start Language Server Protocol server"),
("noEmacs", set_true Demo.noEmacs,
NONE),
("limit", TWO ("<class>", "<num>", add_class),